{
"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"
},
"memberCount": {
"type": "integer"
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:mprdjqjluoswa7awzggaggj3
- CID
-
bafyreie5kccpzc4twnba3tvybrbamc3xwnbspthvn6kyv72xliaann5mpa
- Indexed At
- 2026-08-06 06:18 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