weeek_delete_task
Permanently delete a WEEEK task by ID. Irreversible action that requires confirmation; use this to remove a task entirely rather than just marking it complete.
Instructions
Permanently delete a WEEEK task by id. Irreversible — the task is removed, not just completed. Requires confirm:true; to merely close a task use weeek_complete_task instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| confirm | Yes | Must be true to confirm this irreversible deletion. |