delete_collections_by_id_book_by_book_id
Remove a specific book from an Audiobookshelf collection by providing the collection ID and book ID.
Instructions
Delete collections book.
DELETE /api/collections/{id}/book/{bookId}
Args: id: Path parameter. book_id: Path parameter. body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | ||
| book_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |