> ## Documentation Index
> Fetch the complete documentation index at: https://www.plain.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete a thread

<Snippet file="graphql/sdk-note.mdx" />

Deleting a thread removes it from the inbox. The thread is soft-deleted, so you can still recover it through Plain's support if needed shortly after, but it should be treated as a destructive action.

This operation requires the following permissions:

* `thread:delete`

<Snippet file="graphql/delete-thread.mdx" />
