Removes all stored hashes used for contact matching, existing matches, and sync status. Requires authentication.
Input
Encoding
application/jsonOutput
Encoding
application/jsonErrors
InvalidDid
InternalError
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
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."
}