{
"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 delete the space instead."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:b63bmauox6z5rbibwrhxrdnw
- CID
-
bafyreif6zeg4y5npprlosk6iqjj7xbxlszvs772bltndrcuvojxxi4x3eq
- Indexed At
- 2026-04-19 17:49 UTC
- AT-URI
-
at://did:plc:b63bmauox6z5rbibwrhxrdnw/com.atproto.lexicon.schema/rsvp.atmo.space.leaveSpace
Version History (2 versions)