delete_wiki_page
Delete a wiki page. Identify it by 'id', or by 'spaceKey' + 'title'. A page with children takes its whole subtree with it, so that is refused unless you pass includeChildren: true — the answer names what would go. The space home page can never be deleted. Requires permission to edit the wiki.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Page id (as returned by search_wiki). | |
| title | No | Exact page title, when identifying the page by title. | |
| spaceKey | No | Space key, when identifying the page by title. | |
| includeChildren | No | Delete the page's descendants along with it. Off by default. |