so.sprk.notification.unregisterPush

sprk.so

{
  "id": "so.sprk.notification.unregisterPush",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "serviceDid",
            "token",
            "platform",
            "appId"
          ],
          "properties": {
            "appId": {
              "type": "string"
            },
            "token": {
              "type": "string"
            },
            "platform": {
              "type": "string",
              "knownValues": [
                "ios",
                "android",
                "web"
              ]
            },
            "serviceDid": {
              "type": "string",
              "format": "did"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "The inverse of registerPush - inform a specified service that push notifications should no longer be sent to the given token for the requesting account. Requires auth."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against so.sprk.notification.unregisterPush

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:cveom2iroj3mt747sd4qqnr2
CID
bafyreib4sortphxljcpvspcgrabbhef5cg2s732djcpvbujmoc4zuxwoui
Indexed At
2026-04-21 22:28 UTC
AT-URI
at://did:plc:cveom2iroj3mt747sd4qqnr2/com.atproto.lexicon.schema/so.sprk.notification.unregisterPush

Lexicon Garden

@