asana_delete_task
Permanently delete a task from Asana after confirming. Requires confirm flag to execute; otherwise returns a confirmation gate.
Instructions
DESTRUCTIVE — permanently delete (trash) a task. Requires confirm:true (C13 gate). Without confirm it is a no-op that reports the gate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to actually delete | |
| task_gid | Yes | Task GID to delete |