delete_task
Permanently delete a task from the project's todo list. This action cannot be undone; consider archiving completed tasks instead.
Instructions
Permanently deletes a task from todos/. Use with caution - this cannot be undone. Consider using archive_task instead for completed tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The task ID to delete (e.g., "AUTH-001"). | |
| confirm | No | Must be true to confirm deletion. Default: false. |