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 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}Update a ticket type PATCH
Update a ticket type. Only the fields you send are changed.
List orders GET
List orders, newest first. Filters: `event`, `status`, `payment_status`, `external_reference`, `updated_since`, `created_since`. Expand `tickets` to include them. Live tokens only see live orders, test tokens only test orders.