9 lines
177 B
YAML
9 lines
177 B
YAML
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
|