social.colibri.notification.unregisterPush

colibri.social

{
  "id": "social.colibri.notification.unregisterPush",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "endpoint"
          ],
          "properties": {
            "endpoint": {
              "type": "string",
              "description": "The Web Push endpoint URL or FCM registration token to remove."
            },
            "provider": {
              "type": "string",
              "description": "Defaults to \"web\" if omitted.",
              "knownValues": [
                "web",
                "fcm"
              ]
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "AuthRequired",
          "description": "Missing, malformed, or unverifiable service auth."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "unregistered"
          ],
          "properties": {
            "unregistered": {
              "type": "boolean"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Removes a push subscription."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.colibri.notification.unregisterPush

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:mprdjqjluoswa7awzggaggj3
CID
bafyreifkwsxqmgigidwgwskpguu3eiihx6yrrikcrlzglxwotldyrgsvuy
Indexed At
2026-07-31 21:23 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.notification.unregisterPush

Version History (2 versions)

Lexicon Garden

@