Ticket API
Delete Ticket
Hard-delete a ticket and its associated messages plus workflow run history for data-retention purposes. Irreversible. Does not cascade to sub-tickets — callers must iterate them themselves.
DELETE
Delete Ticket
Documentation Index
Fetch the complete documentation index at: https://docs.serval.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the ticket to delete. The owning team is resolved server- side; callers do not (and must not) supply it.
Response
Success
The response is of type DeleteTicketResponse · object.
Delete Ticket

