social.colibri.beta.actor.deleteAccount

colibri.social

Documentation

Erases the requesting user's Colibri data held by this AppView. This does not touch the user's repos, which only they control.

main procedure

Erases the requesting user's Colibri data held by this AppView. This does not touch the user's repos, which only they control.

Input

Encodingapplication/json

Output

Encodingapplication/json
deleted 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.

Base URL for XRPC calls (e.g., https://bsky.social)
Enter valid JSON for the request body
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."
}

Lexicon Garden

@