Skip to content

Remove an account

Request

Completely remove an account from the system. An account can only be deleted if it does not currently hold tickets to upcoming events.

Security
SessionKey(Required scopes: administrator)
Path
numberstringrequired

Alphanumeric identifier of the user account

curl -i -X DELETE \
  'https://docs.ticketingevents.com/_mock/openapi/accounts/{number}' \
  -H 'X-API-Key: YOUR_API_KEY_HERE'

Responses

The user account was successfully removed from the system.

Bodyapplication/json
messagestring

Reason for the given response.

Response
{ "message": "/account/MO-6A39EE8D, has been deleted." }