Delete a ticket
DELETE
https://api.tamio.com/v2/agency/tickets/{uuid}
Soft-deletes a support ticket by marking it as deleted and closed. If the ticket was open, a resolution notification is sent to the client.
Path Parameters
uuid
string*
Responses
200
Ticket deleted successfully
Ticket 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: ticket UUID not found10253– DomainCannotBeUsed: agency domain not validated
status
integer
error
string
error_code
integer
401
Unauthorized – invalid or missing Bearer token
Unauthorized – invalid or missing Bearer token
status
integer
error
string