Delete task
delete_taskPermanently delete a task from Google Tasks. Set force=true to delete an instance that may belong to a repeating series. For finished tasks, use completion instead.
Instructions
Permanently delete a task. This cannot be undone. If the task looks like an instance of a repeating task, this refuses unless force=true, because deleting one instance through the API can delete the whole series. Prefer complete_tasks for finished work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Proceed even though the task may belong to a repeating series. | |
| list_id | Yes | List id, title, or alias. | |
| task_id | Yes | Task id. |