delete_page
Remove a page from BookStack using page ID or name and book context.
Instructions
Delete a page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | No | ID of the page to delete. Used if page_name is not provided. | |
| page_name | No | Name of the page to delete. If used, book_name or book_id (for context) must also be provided. | |
| book_id_context | No | ID of the book containing the page to delete. Used with page_name for context. | |
| book_name_context | No | Name of the book containing the page to delete. Used with page_name for context. |