---
title: "Delete a ChatKit thread along with its items and stored attachments."
method: DELETE
path: "/chatkit/threads/{thread_id}"
---

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

`DELETE /chatkit/threads/{thread_id}`

## 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-3.md) · [All operations](https://skmtc.net/openai/apis/openai-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openai/openai-api-3/versions/74cbcf73838f/schema)
