Delete Task
delete_taskPermanently delete a task and all its cascading data—subtasks, comments, tags, attachments, time entries—after confirming with DELETE. Irreversible; use update_task to archive or move instead.
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). | |
| confirm | Yes | Safety gate — must be exactly "DELETE". Required so a bare task id can never trigger a permanent, cascading delete. Confirm with the human FIRST, in plain language naming the task, then pass it. |