social.colibri.actor.deleteAccount

colibri.social

{
  "id": "social.colibri.actor.deleteAccount",
  "defs": {
    "main": {
      "type": "procedure",
      "errors": [
        {
          "name": "AuthRequired",
          "description": "Missing, malformed, or unverifiable service auth."
        },
        {
          "name": "InvalidState",
          "description": "The request is not valid for the current state."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "deleted"
          ],
          "properties": {
            "deleted": {
              "ref": "lex:social.colibri.actor.deleteAccount#deletedCounts",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Deletes everything the AppView holds for the authenticated user."
    },
    "deletedCounts": {
      "type": "object",
      "required": [
        "recordData",
        "communityRecords",
        "notifications",
        "pushSubscriptions",
        "userState",
        "invitations",
        "dismissedApplications"
      ],
      "properties": {
        "userState": {
          "type": "integer"
        },
        "recordData": {
          "type": "integer"
        },
        "invitations": {
          "type": "integer"
        },
        "notifications": {
          "type": "integer"
        },
        "communityRecords": {
          "type": "integer"
        },
        "pushSubscriptions": {
          "type": "integer"
        },
        "dismissedApplications": {
          "type": "integer"
        }
      },
      "description": "What the purge removed, per storage area."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.colibri.actor.deleteAccount

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

Metadata

DID
did:plc:mprdjqjluoswa7awzggaggj3
CID
bafyreiajbx33n55etdmf3j2ya6dvd3xn6vr3pecekfvzy3kyefwdtuly5y
Indexed At
2026-08-06 06:18 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.actor.deleteAccount

Referenced Schemas (1)

  • lex:social.colibri.actor.deleteAccount#deletedCounts

Lexicon Garden

@