Skip to content

Remove a tier

Request

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)
Path
hostintegerrequired

Unique identifier of the requested host

tierintegerrequired

Unique identifier of the requested tier

curl -i -X DELETE \
  'https://docs.ticketingevents.com/_mock/openapi/hosts/{host}/tiers/{tier}' \
  -H 'X-API-Key: YOUR_API_KEY_HERE'

Responses

The tier was successfully removed from the system.

Bodyapplication/json
messagestring

Reason for the given response.

Response
{ "message": "Tier: /tier/17728094995512, has been deleted." }