app.didpic.admin.deletePushToken

lexicons.didpic.app

Documentation

Delete a push token globally.

main procedure

Delete a push token globally.

Input

Encodingapplication/json
reason string Optional

No description available.

token string Required

No description available.

Output

Encodingapplication/json
removedBindings integer 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"
        },
        "reason": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "removedBindings"
      ],
      "properties": {
        "removedBindings": {
          "type": "integer"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Delete a push token globally."
}

Lexicon Garden

@