---
title: "DELETE /threads/{threadId}"
method: DELETE
path: "/threads/{threadId}"
---

# DELETE /threads/{threadId}

`DELETE /threads/{threadId}`

Deletes an existing thread.

## Path parameters

- `threadId` string, required

## Query parameters

- `api-version` string, required

## Response `200`

Status information about the requested thread deletion operation.

- ThreadDeletionStatus — The status of a thread deletion operation.
  - `id` string, required — The ID of the resource specified for deletion.
  - `deleted` boolean, required — A value indicating whether deletion was successful.
  - `object` 'thread.deleted', required — The object type, which is always 'thread.deleted'.

## Other responses

- `default` — An unexpected error response.

---

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