social.colibri.actor.getDeletionStatus

colibri.social

{
  "id": "social.colibri.actor.getDeletionStatus",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "AuthRequired",
          "description": "Missing, malformed, or unverifiable service auth."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "soleOwnedCommunities",
            "counts"
          ],
          "properties": {
            "counts": {
              "ref": "lex:social.colibri.actor.getDeletionStatus#deletionCounts",
              "type": "ref"
            },
            "pdsAccountPage": {
              "type": "string",
              "format": "uri",
              "description": "The account page the caller's PDS serves at /account, when it serves one. Absent otherwise."
            },
            "soleOwnedCommunities": {
              "type": "array",
              "items": {
                "ref": "lex:social.colibri.actor.getDeletionStatus#soleOwnedCommunity",
                "type": "ref"
              },
              "description": "Communities the user is the only owner of. Deletion is blocked while this is non-empty."
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Reports whether the authenticated user's Colibri data can be deleted, and how much data deletion would remove."
    },
    "deletionCounts": {
      "type": "object",
      "required": [
        "records",
        "notifications",
        "pushSubscriptions",
        "invitations"
      ],
      "properties": {
        "records": {
          "type": "integer"
        },
        "invitations": {
          "type": "integer"
        },
        "notifications": {
          "type": "integer"
        },
        "pushSubscriptions": {
          "type": "integer"
        }
      },
      "description": "Row counts the AppView holds for the authenticated user."
    },
    "soleOwnedCommunity": {
      "type": "object",
      "required": [
        "uri",
        "name",
        "memberCount"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "at-uri"
        },
        "name": {
          "type": "string"
        },
        "picture": {
          "type": "blob"
        },
        "memberCount": {
          "type": "integer"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.colibri.actor.getDeletionStatus

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:mprdjqjluoswa7awzggaggj3
CID
bafyreie2yxbilgxk6geadaoya22k47cvns6gttjvsk3ysmhfzzcsbtgcei
Indexed At
2026-08-15 21:21 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.actor.getDeletionStatus

Version History (2 versions)

Referenced Schemas (2)

  • lex:social.colibri.actor.getDeletionStatus#deletionCounts
  • lex:social.colibri.actor.getDeletionStatus#soleOwnedCommunity

Lexicon Garden

@