tools.ozone.setting.removeOptions

ozone-lexicons.bsky.social

Documentation

Delete settings by key

main procedure

Delete settings by key

Input

Encodingapplication/json
keys array Required

No description available.

maxLength: 200 itemsminLength: 1 items
scope string Required

No description available.

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": [
        "keys",
        "scope"
      ],
      "properties": {
        "keys": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "nsid"
          },
          "maxLength": 200,
          "minLength": 1
        },
        "scope": {
          "type": "string",
          "knownValues": [
            "instance",
            "personal"
          ]
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "properties": {}
    },
    "encoding": "application/json"
  },
  "description": "Delete settings by key"
}

Lexicon Garden

@