Skip to content

Request account deletion

Request

Notifies system administrators that the user would like to delete their account. When a deletion request is submitted, the account is immediately deactivated, and can no longer authenticate requests, pending review.

Security
SessionKey(Required scopes: customeradministrator)
Path
numberstringrequired

Alphanumeric identifier of the user account

Bodyapplication/json
reasonstringrequired

Reason for requesting account deletion.

curl -i -X POST \
  'https://docs.ticketingevents.com/_mock/openapi/accounts/{number}/deletions' \
  -H 'Content-Type: application/json' \
  -H 'X-API-Key: YOUR_API_KEY_HERE' \
  -d '{
    "reason": "I have moved and no longer wish to use this app."
  }'

Responses

Account deletion was successfully requested.

Bodyapplication/json
messagestring

Reason for the given response.

Response
{ "message": "The account will be deleted pending review." }