Delete a book list and all its items.
Input
Encoding
application/jsonuri
string
Required
AT-URI of the list to delete
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": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"description": "AT-URI of the list to delete"
}
}
},
"encoding": "application/json"
},
"description": "Delete a book list and all its items."
}