Developers
ReferenceTicket types

Delete a ticket type

Delete a ticket type. Ticket types with tickets cannot be deleted; set `availability` to `hidden` or `sold_out` instead.

DELETE
/ticket-types/{id}

Delete a ticket type. Ticket types with tickets cannot be deleted; set availability to hidden or sold_out instead.

Authorization

http
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/ticket-types/string"
{  "id": "string",  "object": "ticket_type",  "deleted": true}