MCP Atlassian

confluence_delete_page

Remove a specific Confluence page by providing its page ID using this tool, integrated with the MCP Atlassian server for efficient page management.

Instructions

Delete an existing Confluence page

Input Schema

NameRequiredDescriptionDefault
page_idYesThe ID of the page to delete

Input Schema (JSON Schema)

{ "properties": { "page_id": { "description": "The ID of the page to delete", "type": "string" } }, "required": [ "page_id" ], "type": "object" }
ID: kc33m1kh5m