remove_task_attachment
Remove an attachment from a task by its display name without deleting the underlying file. Use this to detach files when they are no longer needed in the task.
Instructions
Remove an attachment from a task by its display name. Does not delete the underlying file from storage. Example: 'Remove proposal.pdf from task '.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task UUID | |
| attachment_name | Yes | Name of the attachment to remove (must match exactly) |