Delete Task
delete_taskPermanently delete a task and all cascaded data (subtasks, comments, tags) irreversibly. Confirm intent by listing tasks first; prefer archiving over deletion.
Instructions
PERMANENTLY delete a task and return the deleted id. Irreversible — there is no undo. Cascades: the task's comments, assignees, tags, attachments, time entries, outcomes, events, relations, and its SUBTASKS are deleted with it; experiment/insight/meeting links to it are cleared. Resolve the id via list_tasks and confirm intent first — prefer update_task (e.g. move it to a done/archived status) when you only want it off the active board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task id to permanently delete, from list_tasks (required). |