Default

Delete the user

post/delete-user

Request body

callbackURLstring

The callback URL to redirect to after the user is deleted

passwordstring

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

tokenstring

The deletion verification token

Response

User deletion processed successfully

successboolean required

Indicates if the operation was successful

message'User deleted' | 'Verification email sent' required

Status message of the deletion process

Changes