Backfill in-progress. Some lexicons and records may be missing or incomplete.

com.atproto.server.deactivateAccount

atproto-lexicons.bsky.social

Documentation

main procedure

Deactivates a currently active account. Stops serving of repo, and future writes to repo until reactivated. Used to finalize account migration with the old host after the account has been activated on the new host.

Input

Encodingapplication/json
deleteAfter stringdatetime Optional

A recommendation to server as to how long they should hold onto the deactivated account before deleting.

Try It

Direct PDS XRPC methods (com.atproto.*) are disabled in Try It for security reasons.

These methods interact directly with Personal Data Servers and require careful handling. Use a dedicated client or CLI tool instead.
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "properties": {
        "deleteAfter": {
          "type": "string",
          "format": "datetime",
          "description": "A recommendation to server as to how long they should hold onto the deactivated account before deleting."
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Deactivates a currently active account. Stops serving of repo, and future writes to repo until reactivated. Used to finalize account migration with the old host after the account has been activated on the new host."
}

Lexicon Garden

@