Erases the requesting user's Colibri data held by this AppView. This does not touch the user's repos, which only they control.
Input
Encoding
application/jsonOutput
Encoding
application/jsondeleted
integer
Required
How many indexed records were removed.
Errors
AuthRequired
The request has no valid service auth. SoleOwnerOfCommunity
The user solely owns at least one community and must transfer or delete it before deleting their account. Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"properties": {}
},
"encoding": "application/json"
},
"errors": [
{
"name": "AuthRequired",
"description": "The request has no valid service auth."
},
{
"name": "SoleOwnerOfCommunity",
"description": "The user solely owns at least one community and must transfer or delete it before deleting their account."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"deleted"
],
"properties": {
"deleted": {
"type": "integer",
"description": "How many indexed records were removed."
}
}
},
"encoding": "application/json"
},
"description": "Erases the requesting user's Colibri data held by this AppView. This does not touch the user's repos, which only they control."
}