Reports whether the authenticated user's Colibri data can be deleted, and how much data deletion would remove.
Output
application/jsoncounts
reflex:social.colibri.actor.getDeletionStatus#deletionCounts
Required
No description available.
pdsAccountPage
stringuri
Optional
The account page the caller's PDS serves at /account, when it serves one. Absent otherwise.
soleOwnedCommunities
array
Required
Communities the user is the only owner of. Deletion is blocked while this is non-empty.
Errors
AuthRequired
Missing, malformed, or unverifiable service auth. Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"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."
}