v14

latestOpenAPI 3.0.32026-08-04377889.4 MB
user

Delete User Account

Initiates the deletion process for the currently authenticated User, by sending a deletion confirmation email. The email contains a link that the user needs to visit in order to proceed with the deletion process.

delete/v1/user

Request body

Response

Response indicating that the User deletion process has been initiated, and a confirmation email has been sent.

idstring required

Unique identifier of the User who has initiated deletion.

emailstring required

Email address of the User who has initiated deletion.

messagestring required

User deletion progress status.

Example response

{
  "message": "Verification email sent"
}