jira_attachment_delete
Delete a JIRA attachment permanently by its ID. Requires explicit confirmation to proceed.
Instructions
Delete a JIRA attachment by ID. DESTRUCTIVE AND IRREVERSIBLE (JIRA has no trash). You must explicitly pass confirm: true for the deletion to proceed; otherwise the tool returns an error without contacting the API. Returns YAML {status: ok} on success. Mirrors omni-dev atlassian jira attachment delete --force.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be set to `true` — destructive guard. | |
| attachment_id | Yes | Attachment ID to delete. |