Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Delete an Asana task by GID
| Field | Value |
|---|---|
| Name | asana__delete_task |
| Group | Integrations |
{
"type": "object",
"properties": {
"taskGid": {
"type": "string",
"description": "Asana task GID"
}
},
"required": [
"taskGid"
],
"description": "Input schema for the asana__delete_task tool."
}