rsvp.atmo.space.leaveSpace

atmo.rsvp

{
  "id": "rsvp.atmo.space.leaveSpace",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "spaceUri"
          ],
          "properties": {
            "spaceUri": {
              "type": "string",
              "format": "at-uri"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "NotFound"
        },
        {
          "name": "InvalidRequest",
          "description": "Raised if the caller is the space owner."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "ok"
          ],
          "properties": {
            "ok": {
              "type": "boolean"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Remove the caller from a space's member list. The owner cannot leave — they must transferOwnership first."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against rsvp.atmo.space.leaveSpace

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:b63bmauox6z5rbibwrhxrdnw
CID
bafyreifolps7z57e6w45pzlhqhtz7hedvsrdwf2smmkvgjdhjlkdlrt2mi
Indexed At
2026-04-19 17:27 UTC
AT-URI
at://did:plc:b63bmauox6z5rbibwrhxrdnw/com.atproto.lexicon.schema/rsvp.atmo.space.leaveSpace

Version History (2 versions)

Lexicon Garden

@