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

# Delete Thread

`DELETE /v0/threads/{thread_id}`

Permanently deletes a thread and all of its messages.

**CLI:**
```bash
agentmail threads delete --thread-id <thread_id>
```

## Path parameters

- `thread_id` string, required — ID of thread.

## Response `204`

## Other responses

- `404`

---

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