slotUnsubscribeUnsubscribe from slot notifications.Parameters Integer, [Required] subscription id to cancel. Responses <bool> - unsubscribe success message. Examples Example Requests JSON{ "jsonrpc": "2.0", "id": 1, "method": "slotUnsubscribe", "params": [0] } Example responses JSON{ "jsonrpc": "2.0", "result": true, "id": 1 }