ooo.bsky.hds.deleteAccount

bsky.ooo

Documentation

main procedure

No description available.

Input

Encodingapplication/json
repo stringat-identifier Required

Either a DID or an AT Protocol handle.

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": [
        "repo"
      ],
      "properties": {
        "repo": {
          "type": "string",
          "format": "at-identifier"
        }
      }
    },
    "encoding": "application/json"
  }
}

Lexicon Garden

@