delete_task
Permanently remove a task by its UID while leaving subtasks intact as orphans. Use conditional deletion with an etag to prevent unintended changes.
Instructions
Delete a task permanently. Subtasks are not deleted — they are left in place and reported as orphaned, so nothing is destroyed that was not named.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | The task uid. | |
| etag | No | Etag from get_task, to make the delete conditional. | |
| list | No | Task list uri or display name. |