Task Delete¶
Soft-delete a native task into Trash. Task history and Co-work knowledge remain recoverable.
MCP name: task_delete
Category: tasks
Mutates state (retry policy: manual)
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
client_mutation_id |
str |
No | Optional stable idempotency key. |
expected_revision |
int |
No | Current task revision for compare-and-swap; the gateway pins it when omitted. |
task_id |
str |
Yes | Task ID (e.g., 't-xxxxxxxx') |
Details¶
Delete is reversible. Restore keeps retired document history and creates a new active Co-work binding when the prior binding was retired.