delete_task_attachment
Delete a single attachment from a task by providing the task ID and attachment ID.
Instructions
Delete a single attachment from a task.
task_id accepts any reference form — UUID, sequence shorthand
(#123, personal-org only), canonical ref (acme-123), or app URL
— and is resolved to a UUID before the delete. att_id is an
attachment id (not an item reference) and is passed through unresolved.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| att_id | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |