social.colibri.labeler.unlinkExternalAccount

colibri.social

{
  "id": "social.colibri.labeler.unlinkExternalAccount",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "platform"
          ],
          "properties": {
            "platform": {
              "type": "string",
              "description": "The external platform to unlink.",
              "knownValues": [
                "opencollective"
              ]
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "AuthRequired",
          "description": "Missing, malformed, or unverifiable service auth."
        },
        {
          "name": "InvalidRequest",
          "description": "A parameter was missing or malformed."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "unlinked"
          ],
          "properties": {
            "unlinked": {
              "type": "boolean",
              "description": "False when there was no link to remove, which is not an error."
            },
            "negatedLabelVals": {
              "type": "array",
              "items": {
                "type": "string",
                "maxLength": 100
              },
              "description": "Badge values revoked as part of unlinking."
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Removes the link between the calling account and an external funding platform. Deletes the `social.colibri.labeler.attestation` record and negates any badge the link was the basis for. Authorized the same way as `social.colibri.labeler.linkExternalAccount`, so an account can only unlink itself."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against social.colibri.labeler.unlinkExternalAccount

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:mprdjqjluoswa7awzggaggj3
CID
bafyreic2wyujoxbmxxpdeibeu3vvpxs7ztrs5247kdnz2t44jye3bblr3y
Indexed At
2026-08-15 21:21 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.labeler.unlinkExternalAccount

Lexicon Garden

@