Completely remove a tier from the system. Only tiers for which no tickets have been sold can be deleted. If tickets have been sold, but further sales should be prevented, a tier can be expired.
Security
SessionKey(Required scopes: customeradministrator)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/hosts/{host}/tiers/{tier}
- QA Serverhttps://qa.ticketingevents.com/v3/hosts/{host}/tiers/{tier}
- Production Serverhttps://api.ticketingevents.com/v3/hosts/{host}/tiers/{tier}
curl -i -X DELETE \
'https://docs.ticketingevents.com/_mock/openapi/hosts/{host}/tiers/{tier}' \
-H 'X-API-Key: YOUR_API_KEY_HERE'Response
{ "message": "Tier: /tier/17728094995512, has been deleted." }