Completely remove an event category from the system. A category can only be deleted if it is not associated with any events.
Security
SessionKey(Required scopes: administrator)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/categories/{category}
- QA Serverhttps://qa.ticketingevents.com/v3/categories/{category}
- Production Serverhttps://api.ticketingevents.com/v3/categories/{category}
curl -i -X DELETE \
'https://docs.ticketingevents.com/_mock/openapi/categories/{category}' \
-H 'X-API-Key: YOUR_API_KEY_HERE'Response
{ "message": "Category: /categories/16972381860264, has been deleted." }