v6

latestOpenAPI 3.0.0raw.githubusercontent.com2024-10-187525179.6 KB
Users

Delete a user

Deleting a user removes the object entirely. In almost every circumstance it is preferable to suspend a user, as a deleted user can be recreated by signing in with SSO again.

post/users.delete

Request body

idstring uuid required

Unique identifier for the user.

Response

OK

successboolean

Example response

{
  "success": true
}