Delete Attachment
asana_delete_attachmentPermanently delete an attachment from a task or project by its GID. Find the GID via the attachment listing for the object.
Instructions
Delete an attachment from a task or project. Returns an empty object {} on success. This action is permanent. Get attachment GIDs from asana_get_attachments_for_object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| attachment_gid | Yes | The GID of the attachment to delete (numeric string, e.g. `'1234567890123'`). |