Completely remove a registered event from the system. Only events that have not sold any tickets can be deleted. If tickets have been sold, but further sales should be prevented, an event can be unpublished or cancelled as necessary.
Security
SessionKey(Required scopes: customeradministrator)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/hosts/{host}/events/{event}
- QA Serverhttps://qa.ticketingevents.com/v3/hosts/{host}/events/{event}
- Production Serverhttps://api.ticketingevents.com/v3/hosts/{host}/events/{event}
curl -i -X DELETE \
'https://docs.ticketingevents.com/_mock/openapi/hosts/{host}/events/{event}' \
-H 'X-API-Key: YOUR_API_KEY_HERE'Response
{ "message": "event: /events/17728094995512, has been deleted." }