confluence_delete
Permanently delete a Confluence page. Requires explicit confirmation to prevent accidental deletion; optionally purge instead of moving to trash.
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 |
|---|---|---|---|
| confirm | Yes | Must be `true` to confirm this destructive, irreversible operation. | |
| id | Yes | Confluence page ID. | |
| purge | No | Permanently purges the page instead of moving to trash. Requires space admin permission. |