> ## Documentation Index
> Fetch the complete documentation index at: https://plain-docs-orca-916-agent-docs-restructure.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete a task

> Soft-delete a task, removing it from the active list but keeping it queryable by ID.

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

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

This operation requires the following permissions:

* `task:delete`

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