Delete Task
task_delete:
Instructions
Soft-delete a task by setting its status to 'deleted'. The task remains in the database and can be restored with task_undo. To permanently remove a deleted task from the database, use task_purge after deleting. Deleted tasks are excluded from default queries but visible with 'status:deleted' filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task ID number (e.g. '1') or UUID of the task to delete. |