NOTE: User must be logged in as admin to access this API
URL:api/ticket-types-delete/{ticketTypeId}
Method: DELETE
Description : Delete a Ticket Type.
Parameters:
| Parameter | Type | Optional/Required | Description |
| ticketTypeId | Integer | Required | Ticket type id of the ticket type to be deleted. |
Success Response :
{
"success": true,
"message": "Ticket Type deletion request has been processed successfully. Ticket Type will be deleted shortly after processing its dependencies"
}