Méthode RPC slotUnsubscribe

Se désabonner des notifications de slot

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

params

integerrequired

identifiant d'abonnement à annuler

result

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

message de succès du désabonnement

Is this page helpful?