532681d5c0
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
34 lines
735 B
JSON
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
|
|
}
|