app.standard-reader.unsubscribeLabeler

standard-reader.app

Documentation

Unsubscribe the calling reader from a labeler service (deletes the app.standard-reader.labeler.subscription record, and any legacy app.standard-reader.labelerSubscription record for the same labeler).

main procedure

Unsubscribe the calling reader from a labeler service (deletes the app.standard-reader.labeler.subscription record, and any legacy app.standard-reader.labelerSubscription record for the same labeler).

Input

Encodingapplication/json
labeler stringdid Required

DID of the labeler to unsubscribe from.

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": [
        "labeler"
      ],
      "properties": {
        "labeler": {
          "type": "string",
          "format": "did",
          "description": "DID of the labeler to unsubscribe from."
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "properties": {}
    },
    "encoding": "application/json"
  },
  "description": "Unsubscribe the calling reader from a labeler service (deletes the app.standard-reader.labeler.subscription record, and any legacy app.standard-reader.labelerSubscription record for the same labeler)."
}

Lexicon Garden

@