eth_unsubscribe - Ethereum
Cancels subscriptions via a regular RPC call. You should state eth_unsubscribe as a method and write a subscription id in the place of the first param. Works only for websockets
How to Use the eth_unsubscribe Method
Parameters
SUBSCRIPTION ID.
What you receive
Boolean, true in case of successful uninstallment.
Sample
Here is a typical appliance example.
Call
Outcome
Last updated