Delete Task
asana_delete_taskPermanently delete a task and all its subtasks. This action cannot be undone, so use it only when you want to remove a task entirely. For completing tasks without deletion, use the update function.
Instructions
Permanently delete a task including all its subtasks. This cannot be undone. Use asana_update_task with completed: true instead if you just want to mark it done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The GID of the task to delete (numeric string, e.g. `'19234567890123'`). |