delete_chapter
Remove a chapter from your BookStack knowledge base by providing its ID, name, or book context.
Instructions
Delete a chapter from BookStack.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chapter_id | No | ID of the chapter to delete. Required if name is not provided. | |
| name | No | Name of the chapter to delete. Required if chapter_id is not provided. | |
| book_id_context | No | ID of the book containing the chapter. Required if chapter_name is used. | |
| book_name_context | No | Name of the book containing the chapter. Required if chapter_name is used. |