Delete a ticket category
DELETE
https://api.tamio.com/v2/agency/ticket-categories/{uuid}
Permanently deletes a ticket category. All billing plan associations are removed and tickets in this category are disassociated.
Path Parameters
uuid
string*
Responses
200
Ticket category deleted successfully
Ticket category deleted successfully
status
integer
400
Validation or business-logic error. Possible `error_code` values:
Validation or business-logic error. Possible error_code values:
1002– ResourceNotFound: category UUID not found
status
integer
error
string
error_code
integer
401
Unauthorized – invalid or missing Bearer token
Unauthorized – invalid or missing Bearer token
status
integer
error
string