chat.bsky.convo.leaveConvo

bsky-lexicons.bsky.social

{
  "id": "chat.bsky.convo.leaveConvo",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "convoId"
          ],
          "properties": {
            "convoId": {
              "type": "string"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "InvalidConvo"
        },
        {
          "name": "OwnerCannotLeave",
          "description": "The owner of a group conversation cannot leave before locking the group."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "convoId",
            "rev"
          ],
          "properties": {
            "rev": {
              "type": "string"
            },
            "convoId": {
              "type": "string"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Leaves a conversation (direct or group). For group, this effectively removes membership. For direct, membership is never removed, only changed to remove from enumerations by the user who left."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against chat.bsky.convo.leaveConvo

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4v4y5r3lwsbtmsxhile2ljac
CID
bafyreigdjs5t2jod6zojwnj5giqucsad257vhocykv6fftkj3qkqzqlqua
Indexed At
2026-04-15 20:56 UTC
AT-URI
at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/chat.bsky.convo.leaveConvo

Version History (2 versions)

Lexicon Garden

@