cURL
curl --request POST \ --url https://{network}.s.chainbase.online/v1/{api-key} \ --header 'Content-Type: application/json' \ --data ' { "id": 1, "jsonrpc": "2.0", "method": "eth_uninstallFilter", "params": [ "0x1234" ] } '
{ "id": 1, "jsonrpc": "2.0", "result": true }
Uninstalls a previously-created filter given the filter’s id. Always uninstall filters when no longer needed.
Parameters
QUANTITY
Returns
Boolean
"demo"
1
"2.0"
Successful Response