---
title: "Close ticket / incident"
method: DELETE
path: "/v1/tickets/{id}"
tags: ["Tickets"]
---

# Close ticket / incident

`DELETE /v1/tickets/{id}`

Sets status to `closed`. Does not delete the record. Broadcasts `incident.resolved` to SSE clients.

## Path parameters

- `id` string, required

## Response `200`

Default Response

- object
  - `ok` boolean
  - `status` string
  - `id` integer

---

[API](https://skmtc.net/schedkit/apis/schedkit-api.md) · [All operations](https://skmtc.net/schedkit/apis/schedkit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/schedkit/schedkit-api/revisions/ff810218c3f4/schema)
