slotUnsubscribe

Unsubscribe from slot notifications

Parameters


  • <integer> - subscription id to cancel

Results


  • <bool> - unsubscribe success message

Example


Request

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

Result

{ "jsonrpc": "2.0", "result": true, "id": 1 }
ReadMe