Backfill in-progress. Some lexicons and records may be missing or incomplete.

com.atproto.repo.deleteRecord

atproto-lexicons.bsky.social

{
  "id": "com.atproto.repo.deleteRecord",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "repo",
            "collection",
            "rkey"
          ],
          "properties": {
            "repo": {
              "type": "string",
              "format": "at-identifier",
              "description": "The handle or DID of the repo (aka, current account)."
            },
            "rkey": {
              "type": "string",
              "format": "record-key",
              "description": "The Record Key."
            },
            "collection": {
              "type": "string",
              "format": "nsid",
              "description": "The NSID of the record collection."
            },
            "swapCommit": {
              "type": "string",
              "format": "cid",
              "description": "Compare and swap with the previous commit by CID."
            },
            "swapRecord": {
              "type": "string",
              "format": "cid",
              "description": "Compare and swap with the previous record by CID."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "InvalidSwap"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "properties": {
            "commit": {
              "ref": "com.atproto.repo.defs#commitMeta",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Delete a repository record, or ensure it doesn't exist. Requires auth, implemented by PDS."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.atproto.repo.deleteRecord

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:6msi3pj7krzih5qxqtryxlzw
CID
bafyreibwdxbyhuuljujl7g4ylwdso2x2ov6yv6nk3ext3sr7kjvvubkula
Indexed At
2026-01-09 12:47 UTC
AT-URI
at://did:plc:6msi3pj7krzih5qxqtryxlzw/com.atproto.lexicon.schema/com.atproto.repo.deleteRecord

Referenced Schemas (1)

Lexicon Garden

@