Ticket types
Delete a ticket type
Delete a ticket type from a Luma event with luma.events.ticketTypes.delete(eventId, ticketTypeId) using the TypeScript SDK’s typed method.
SDK
luma.events.ticketTypes.delete(eventId: string, ticketTypeId: string): Promise<void>
Deletes a ticket type from an event.
Parameters
Event
api_id from events.list().Ticket type
api_id from events.ticketTypes.list().