slotUnsubscribe RPC-methode

Afmelden voor slot-notificaties

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

params

integerrequired

abonnement-id om te annuleren

result

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

succesbericht voor afmelding

Is this page helpful?