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)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/accounts/{number}/deletions
- QA Serverhttps://qa.ticketingevents.com/v3/accounts/{number}/deletions
- Production Serverhttps://api.ticketingevents.com/v3/accounts/{number}/deletions
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."
}'Response
{ "message": "The account will be deleted pending review." }