Delete User

Delete the user

Authentication

AuthorizationBearer
Bearer token authentication

Request

This endpoint expects an object.
callbackURLstringOptional
The callback URL to redirect to after the user is deleted
passwordstringOptional
The user's password. Required if session is not fresh
tokenstringOptional
The deletion verification token

Response

User deletion processed successfully
successboolean
Indicates if the operation was successful
messageenum
Status message of the deletion process

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error