---
title: "Delete ChatKit thread"
method: DELETE
path: "/chatkit/threads/{thread_id}"
---

# Delete ChatKit thread

`DELETE /chatkit/threads/{thread_id}`

Delete a ChatKit thread along with its items and stored attachments.

## Path parameters

- `thread_id` string, required

## Response `200`

Success

- DeletedThreadResource — Confirmation payload returned after deleting a thread.
  - `id` string, required — Identifier of the deleted thread.
  - `object` 'chatkit.thread.deleted', required — Type discriminator that is always `chatkit.thread.deleted`.
  - `deleted` boolean, required — Indicates that the thread has been deleted.

---

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