---
title: "Delete a thread"
method: DELETE
path: "/api/v1/threads/{thread}"
---

# Delete a thread

`DELETE /api/v1/threads/{thread}`

Permanently deletes a thread and all of its messages and artifacts. This action
cannot be undone.

The authenticated user must own the thread or be an owner of the team the thread
belongs to. Attempting to delete a thread owned by another user or team returns 403.

## Path parameters

- `thread` string, required

## Response `204`

No content

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Thread not found

---

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