com.suibari.nagi.deletePushSubscription

suibari.com

Documentation

main procedure

No description available.

Input

Encodingapplication/json
endpoint stringuri Required

A valid URI.

Output

Encodingapplication/json
deleted integer Required

No description available.

Errors

AuthRequired
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": [
        "endpoint"
      ],
      "properties": {
        "endpoint": {
          "type": "string",
          "format": "uri"
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "AuthRequired"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "deleted"
      ],
      "properties": {
        "deleted": {
          "type": "integer",
          "minimum": 0
        }
      }
    },
    "encoding": "application/json"
  }
}

Lexicon Garden

@