Skip to main content
Delete an Asana task by GID

Tool details

FieldValue
Nameasana__delete_task
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "taskGid": {
      "type": "string",
      "description": "Asana task GID"
    }
  },
  "required": [
    "taskGid"
  ],
  "description": "Input schema for the asana__delete_task tool."
}

Output schema

This tool does not publish an output schema.