Home>Solana Documentation>Solana RPC Methods>Websocket MethodsblockUnsubscribe RPC MethodEdit HalamanUnsubscribe from block notifications Parameters # integer required subscription id to cancelResult #<bool> - unsubscribe success messageCode sample #{ "jsonrpc": "2.0", "id": 1, "method": "blockUnsubscribe", "params": [0] }Response #{ "jsonrpc": "2.0", "result": true, "id": 1 }Sebelumnya« blockSubscribeBerikutnyalogsSubscribe »