Skip to main content

Delete my user

DELETE 

/users/me/

Delete Current User.

This endpoint allows an authenticated human user to delete their own account. Once deleted, the account cannot be recovered.

Response:​

  • 410 Gone: The user account has been successfully deleted.
  • 404 Not Found: If the user does not exist.

Notes:​

  • This action is irreversible.
  • Only applicable to human users.

Responses​

Successful Response