Files
bsky-social-app/lexicons/app/bsky/contact/removeData.json
2026-08-13 12:26:12 -07:00

34 lines
735 B
JSON

{
"id": "app.bsky.contact.removeData",
"defs": {
"main": {
"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."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}