social.colibri.beta.community.ban

colibri.social

{
  "id": "social.colibri.beta.community.ban",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "community",
            "subject"
          ],
          "properties": {
            "reason": {
              "type": "string",
              "maxLength": 512,
              "description": "Human-readable reason for the ban."
            },
            "subject": {
              "type": "string",
              "format": "did",
              "description": "The member to ban."
            },
            "community": {
              "type": "string",
              "format": "did",
              "description": "The community to ban the member from."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "AuthRequired",
          "description": "The request is missing, malformed, or unverifiable service auth."
        },
        {
          "name": "Forbidden",
          "description": "The caller lacks the member.ban permission."
        },
        {
          "name": "CommunityNotFound",
          "description": "No community exists at the given DID."
        },
        {
          "name": "AlreadyBanned",
          "description": "The subject is already banned from this community."
        },
        {
          "name": "RoleHierarchy",
          "description": "The subject holds a role at or above the caller's highest role position."
        },
        {
          "name": "CredentialsUnavailable",
          "description": "The AppView cannot act as the community because its stored credentials are missing or unusable."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "properties": {}
        },
        "encoding": "application/json"
      },
      "description": "Bans a member from a community. This removes their member record and stops the community issuing them space credentials. Their existing content is not deleted: it stays in their own repo, where it can still be labelled or filtered."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.colibri.beta.community.ban

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:mprdjqjluoswa7awzggaggj3
CID
bafyreibitzzluz5utvdomc6xihv3venxja6skhkg4uhz2r62igm7a6m7sm
Indexed At
2026-08-23 12:32 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.beta.community.ban

Lexicon Garden

@