delete_work_item_attachment
Delete an attachment from a work item. Requires project ID, work item ID, and attachment ID from list_work_item_attachments.
Instructions
Delete an attachment from a work item.
Use list_work_item_attachments to get the attachment_id.
Args: project_id: UUID of the project work_item_id: UUID of the work item attachment_id: UUID of the attachment to delete
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| work_item_id | Yes | ||
| attachment_id | Yes |