delete_shelf
Delete a shelf from BookStack by providing its ID or name.
Instructions
Delete a shelf from BookStack.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| shelf_id | No | ID of the shelf to delete. Required if name is not provided. | |
| name | No | Name of the shelf to delete. Required if shelf_id is not provided. |