ooo.bsky.hds.deleteRecord

bsky.ooo

Documentation

main procedure

No description available.

Input

Encodingapplication/json
collection stringnsid Required

A namespaced identifier (e.g., app.bsky.feed.post).

repo stringat-identifier Required

Either a DID or an AT Protocol handle.

rkey stringrecord-key Required

A valid record key for AT Protocol repositories.

swapRecord stringcid Optional

A content identifier (CID) referencing immutable data.

Errors

InvalidSwap
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",
        "collection",
        "rkey"
      ],
      "properties": {
        "repo": {
          "type": "string",
          "format": "at-identifier"
        },
        "rkey": {
          "type": "string",
          "format": "record-key"
        },
        "collection": {
          "type": "string",
          "format": "nsid"
        },
        "swapRecord": {
          "type": "string",
          "format": "cid"
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "InvalidSwap"
    }
  ]
}

Lexicon Garden

@