Delete Page
confluence_delete_pageRemove outdated or unnecessary Confluence pages using their unique page ID to maintain organized documentation.
Instructions
Delete an existing Confluence page.
Args: ctx: The FastMCP context. page_id: The ID of the page to delete.
Returns: JSON string indicating success or failure.
Raises: ValueError: If Confluence client is not configured or available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | The ID of the page to delete |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |