Tickets / API reference
Delete a ticket type
Remove a ticket type. Ticket types with existing sales cannot be deleted.
DELETE
/ticket-types/{ticketType}Authentication
Send your live API key in the Authorization: Bearer header. All requests use https://api.celerlinks.com/api-service.
Request parameters
ticketTypestring · path · requiredID of a ticket type belonging to your event.
Examples are illustrative. Catalogue IDs, product codes, prices, and provider-specific fields must come from your current API responses.
cURL request
curl --request DELETE 'https://api.celerlinks.com/api-service/ticket-types/YOUR_TICKETTYPE' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Accept: application/json'Illustrative response
{
"success": true,
"message": "Request completed successfully",
"data": []
}