delete_task
Hard-delete a task by ID, supporting UUID, sequence shorthand, canonical reference, or app URL. Returns the resolved UUID of the deleted task.
Instructions
Hard-delete a task by id.
task_id accepts any reference form — UUID, sequence shorthand
(#123, personal-org only), canonical ref (acme-123), or app URL.
The returned task_id is the resolved UUID the deletion ran against.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |