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"
      },
      "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
bafyreiexchmec63l2a75rjgd54e6s7ze3h76paouuku3tibtjx6smla2iq
Indexed At
2026-07-24 14:44 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.notification.unregisterPush

Version History (2 versions)

Lexicon Garden

@