---
title: "Delete Ticket"
method: DELETE
path: "/v2/tickets/{id}"
tags: ["Ticket API"]
---

# Delete Ticket

`DELETE /v2/tickets/{id}`

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.

## Path parameters

- `id` string, required — The ID of the ticket to delete. The owning team is resolved server- side; callers do not (and must not) supply it.

## Response `200`

Success

- SvhelpPublicapiDeleteTicketResponse

## Other responses

- `default` — Error

---

[API](https://skmtc.net/serval/apis/serval-public-api.md) · [All operations](https://skmtc.net/serval/apis/serval-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/serval/serval-public-api/versions/0549515e9384/schema)
