> ## 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 task

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

Deleting a task soft-deletes it — it is removed from the active task list but remains queryable by ID with `isDeleted: true`.

This operation requires the following permissions:

* `task:delete`

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