app.standard-reader.unbookmarkDocument

standard-reader.app

Documentation

Remove an article from the save queue.

main procedure

Remove an article from the save queue.

Input

Encodingapplication/json
document stringat-uri Required

Document AT-URI

Output

Encodingapplication/json
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": [
        "document"
      ],
      "properties": {
        "document": {
          "type": "string",
          "format": "at-uri",
          "description": "Document AT-URI"
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "properties": {}
    },
    "encoding": "application/json"
  },
  "description": "Remove an article from the save queue."
}

Lexicon Garden

@