---
title: "Delete Thread"
method: DELETE
path: "/threads/{thread_id}"
tags: ["Threads"]
---

# Delete Thread

`DELETE /threads/{thread_id}`

Delete a thread by ID.

## Path parameters

- `thread_id` string, uuid, required — The ID of the thread.

## Response `200`

Success

- unknown

## Other responses

- `404` — Not Found
- `422` — Validation Error

---

[API](https://skmtc.net/xpert-ai/apis/agent-protocol.md) · [All operations](https://skmtc.net/xpert-ai/apis/agent-protocol/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xpert-ai/agent-protocol/versions/ac9dbe16ea2f/schema)
