Remove a book from a list.
Input
Encoding
application/jsonitemUri
string
Required
AT-URI of the list item to remove
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"itemUri"
],
"properties": {
"itemUri": {
"type": "string",
"description": "AT-URI of the list item to remove"
}
}
},
"encoding": "application/json"
},
"description": "Remove a book from a list."
}