delete_task
Permanently remove a specific Google Task by providing its task list ID and task ID. Requires explicit user confirmation before deletion.
Instructions
Permanently delete a task. Requires explicit confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be true after the user explicitly confirms deletion | |
| task_id | Yes | Google task ID; obtain it from list_tasks | |
| task_list_id | Yes | Google task list ID; obtain it from list_task_lists |