Deletes everything the AppView holds for the authenticated user.
Output
Encoding
application/jsondeleted
reflex:social.colibri.actor.deleteAccount#deletedCounts
Required
No description available.
Errors
AuthRequired
Missing, malformed, or unverifiable service auth. InvalidState
The request is not valid for the current state. Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"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."
}