info: name: Remove Book from Collection type: http seq: 7 http: method: DELETE url: '{{base_url}}/api/collections/{{collection_id}}/books/{{book_id}}' auth: inherit docs: |- ## Remove Book from Collection Removes a single book from a collection. **Method:** DELETE **Endpoint:** /api/collections/{collection_id}/books/{book_id} **Authentication:** Required (Bearer token) **Path Parameters:** - `collection_id` (string): Collection ID - `book_id` (string): Book ID **Response:** - `message` (string): Success message **Status Codes:** - 200: Success - 401: Unauthorized - 404: Collection or book not found