buzz.bookhive.removeFromList

bookhive.buzz

Documentation

Remove a book from a list.

main procedure

Remove a book from a list.

Input

Encodingapplication/json
itemUri 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.

Base URL for XRPC calls (e.g., https://bsky.social)
Enter valid JSON for the request body
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."
}

Lexicon Garden

@