---
title: "Delete a thread."
method: DELETE
path: "/threads/{thread_id}"
tags: ["Assistants"]
---

# Delete a thread.

`DELETE /threads/{thread_id}`

## Path parameters

- `thread_id` string, required

## Response `200`

OK

- DeleteThreadResponse
  - `id` string, required
  - `deleted` boolean, required
  - `object` 'thread.deleted', required

---

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