slotUnsubscribe RPC-Methode

Abonnement für slot-Benachrichtigungen kündigen

{
"jsonrpc": "2.0",
"id": 1,
"method": "slotUnsubscribe",
"params": [
0
]
}

params

integerrequired

Abonnement-ID zum Stornieren

result

Response
{
"jsonrpc": "2.0",
"result": true,
"id": 1
}
boolean

Erfolgsmeldung zur Abonnementkündigung

Is this page helpful?