Skip to main content

Delete a user

DELETE 

/panel/users/:user

Deletes a user.

You cannot delete your own account. Attempting to do so returns HTTP 200 — not an error status — with success: false and a message, so check the success field rather than the status code.

Request

Responses

Two possible bodies:

  • Success: {"success": true}
  • Attempting to delete yourself: {"success": false, "message": "You can't delete yourself"}