17 lines
463 B
Plaintext
17 lines
463 B
Plaintext
meta {
|
|
name: Clear Kobo Shelf
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
DELETE {{baseURL}}/api/devices/{{deviceID}}/shelves/clear?shelf={{shelfName}}
|
|
Authorization: Bearer {{userToken}}
|
|
|
|
{
|
|
"meta": {
|
|
"name": "Clear Kobo Shelf",
|
|
"description": "Clear all books from a Kobo device shelf (or all shelves if no shelf name specified)",
|
|
"documentation": "Removes all books from the specified shelf. If no shelf name is provided, clears all shelves for the device."
|
|
}
|
|
}
|