v2

latestOpenAPI 3.1.0CC-BY-SA 2.02026-07-2617789528.6 KB
User management

Delete an user

Delete the user and their permissions

delete/usermanagement/{username}

Path parameters

usernamestring required
Example:JaneDoe

Username of an user (unique and must not contain whitespace)

Response

Deleted user

result'success' | 'error' required

Result of the request

action'deleteUser' required

The id of the action

Example response

{
  "data": {
    "deletedUser": {
      "username": "Toto"
    }
  }
}