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
Example response
{
"data": {
"deletedUser": {
"username": "Toto"
}
}
}