lol.dids.admin.removeDenylist

ngerakines.me

Documentation

Remove a subject from the denylist.

main procedure

Remove a subject from the denylist.

Input

Encodingapplication/json
subject string Required

No description available.

Output

Encodingapplication/json
removed boolean Required

No description available.

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": [
        "subject"
      ],
      "properties": {
        "subject": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "removed"
      ],
      "properties": {
        "removed": {
          "type": "boolean"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Remove a subject from the denylist."
}

Lexicon Garden

@