wscat -c wss://mainnet.solana.validationcloud.io/v1/<YOUR_API_KEY_HERE>
# wait for connection
{"id":1,"jsonrpc":"2.0","method": "slotUnsubscribe", "params": [0]}
(Subscription Websocket) Unsubscribe from slot notifications.
This method will use 20
Compute Units.
number
The account id for subscription to cancel.
result
boolean. The result will be a boolean value with unsubscribed success message.