DeleteTicketType permanently removes a ticket type.
DELETE/api/v1/ticketing/types/:id
Types with existing tickets cannot be deleted. Deactivate instead by setting is_active=false via UpdateTicketType.
Errors
- NOT_FOUND: Type does not exist
- FAILED_PRECONDITION: Type has existing tickets
- PERMISSION_DENIED: Caller lacks ticket:admin permission
Request
Responses
- 200
- default
A successful response.
An unexpected error response.