confluence_attachment_delete
Delete a Confluence attachment by ID. Optionally purge permanently instead of moving to trash.
Instructions
Delete a Confluence attachment by ID. Set purge: true to permanently purge instead of moving to trash (requires space admin). Mirrors omni-dev atlassian confluence attachment delete --force.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| attachment_id | Yes | Attachment ID. | |
| purge | No | Permanently purge the attachment instead of moving it to trash (requires space admin). Defaults to false. |