17 lines
425 B
Plaintext
17 lines
425 B
Plaintext
meta {
|
|
name: Remove Book from Kobo Shelf
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
DELETE {{baseURL}}/api/devices/{{deviceID}}/shelves?media_item_id={{bookUUID}}
|
|
Authorization: Bearer {{userToken}}
|
|
|
|
{
|
|
"meta": {
|
|
"name": "Remove Book from Kobo Shelf",
|
|
"description": "Remove a specific book from a Kobo device shelf",
|
|
"documentation": "Removes the book from the device's shelf, preventing it from syncing to that device."
|
|
}
|
|
}
|