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

app.bsky.contact.dismissMatch

bsky-lexicons.bsky.social

Documentation

main procedure

Removes a match that was found via contact import. It shouldn't appear again if the same contact is re-imported. Requires authentication.

Input

Encodingapplication/json
subject stringdid Required

The subject's DID to dismiss the match with.

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",
      "required": [
        "subject"
      ],
      "properties": {
        "subject": {
          "type": "string",
          "format": "did",
          "description": "The subject's DID to dismiss the match with."
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "InvalidDid"
    },
    {
      "name": "InternalError"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "properties": {}
    },
    "encoding": "application/json"
  },
  "description": "Removes a match that was found via contact import. It shouldn't appear again if the same contact is re-imported. Requires authentication."
}

Lexicon Garden

@