/
/Enseada
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 41m ago · Updated 1mo ago
clients5
monitoring1
rbac3
users12
  • getList registered users
  • postRegister a new user
  • getFetch a single user details
  • putEdit a user
  • deleteDelete a user
  • getFetch a user's permissions
  • postAdd a permission to the user
  • deleteRemove a permission to the user
  • getFetch a user's roles
  • putAdd a role to the user
  • deleteRemove a role from the user
  • getFetches information about the currently authenticated user
    users

    Delete a user

    delete/api/v1beta1/users/{username}

    Response

    Deleted user details

    usernamestring required
    enabledboolean

    If false, the user is not able to authenticate

    Changes