remove_book_from_list
Remove a book from your library list using the list-book ID or combination of list ID and book ID.
Instructions
Remove a book from a list. Use id or list_id + book_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | list_book ID. If unknown, use list_id + book_id. | |
| list_id | No | List ID (use with book_id to find list_book). | |
| book_id | No | Book ID (use with list_id to find list_book). |