app.didpic.notification.unregisterPush

lexicons.didpic.app

Documentation

Remove a push token binding for the viewer.

main procedure

Remove a push token binding for the viewer.

Input

Encodingapplication/json
token string Required

No description available.

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": [
        "token"
      ],
      "properties": {
        "token": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Remove a push token binding for the viewer."
}

Lexicon Garden

@