confluence_delete
Delete a Confluence page permanently or move it to trash, requiring explicit confirmation to prevent accidental irreversible removal. Requires page ID and confirm=true; optionally set purge=true for permanent deletion with admin rights.
Instructions
Delete a Confluence page. IRREVERSIBLE. Requires the caller to pass confirm: true to prevent accidental deletions. Set purge: true to permanently purge instead of moving to trash (requires space admin). Mirrors omni-dev atlassian confluence delete --force.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Confluence page ID. | |
| purge | No | Permanently purges the page instead of moving to trash. Requires space admin permission. | |
| confirm | Yes | Must be `true` to confirm this destructive, irreversible operation. |