rootUnsubscribeUnsubscribe from root notifications.Parameters Number, [Required] subscription id to cancel. Responses <bool> - unsubscribe success message. Examples Example Requests JSON{ "jsonrpc": "2.0", "id": 1, "method": "rootUnsubscribe", "params": [0] } Example responses