rsvp.atmo.space.deleteRecord

atmo.rsvp

{
  "id": "rsvp.atmo.space.deleteRecord",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "spaceUri",
            "collection",
            "rkey"
          ],
          "properties": {
            "rkey": {
              "type": "string"
            },
            "spaceUri": {
              "type": "string",
              "format": "at-uri"
            },
            "collection": {
              "type": "string",
              "format": "nsid"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "NotFound"
        },
        {
          "name": "Forbidden"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "ok"
          ],
          "properties": {
            "ok": {
              "type": "boolean"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Delete a record from a space. Callers can delete their own records; the space owner can delete any record (via a separate admin path)."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against rsvp.atmo.space.deleteRecord

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:b63bmauox6z5rbibwrhxrdnw
CID
bafyreidmyszxif5tstsvsb6mvkfc47pzckfhzxx7auq5s2absdx3mrljzu
Indexed At
2026-04-14 17:40 UTC
AT-URI
at://did:plc:b63bmauox6z5rbibwrhxrdnw/com.atproto.lexicon.schema/rsvp.atmo.space.deleteRecord

Lexicon Garden

@