delete_book
Permanently remove a book from BookStack using its ID or name.
Instructions
Delete a book from BookStack.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_id | No | ID of the book to delete. Required if name is not provided. | |
| name | No | Name of the book to delete. Required if book_id is not provided. |