Skip to main content
POST
Delete the user

Authorizations

Authorization
string
header
required

Personal API key sent as a bearer token.

Body

application/json
callbackURL
string

The callback URL to redirect to after the user is deleted

password
string

The user's password. Required if session is not fresh

token
string

The deletion verification token

Response

User deletion processed successfully

success
boolean
required

Indicates if the operation was successful

message
enum<string>
required

Status message of the deletion process

Available options:
User deleted,
Verification email sent