app.bsky.contact.removeData

bsky-lexicons.bsky.social

Documentation

Removes all stored hashes used for contact matching, existing matches, and sync status. Requires authentication.

main procedure

Removes all stored hashes used for contact matching, existing matches, and sync status. Requires authentication.

Input

Encodingapplication/json

Output

Encodingapplication/json

Errors

InvalidDid
InternalError
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": "InvalidDid"
    },
    {
      "name": "InternalError"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "properties": {}
    },
    "encoding": "application/json"
  },
  "description": "Removes all stored hashes used for contact matching, existing matches, and sync status. Requires authentication."
}

Lexicon Garden

@