delete_task_attachment
Removes an attachment from a task in Zoho Projects. Provide project, task, and attachment IDs; for WorkDrive files, use the third_party_file_id as the attachment ID.
Instructions
Delete an attachment from a task. For WorkDrive attachments, use the third_party_file_id as the attachment_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID | |
| project_id | Yes | Project ID | |
| attachment_id | Yes | Attachment ID (or third_party_file_id for WorkDrive files) |