buzz.bookhive.deleteList

bookhive.buzz

Documentation

Delete a book list and all its items.

main procedure

Delete a book list and all its items.

Input

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

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": [
        "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."
}

Lexicon Garden

@