eth_uninstallFilter
POST http://{{rpc-http-host}}:{{rpc-http-port}}
Uninstalls a filter with the specified ID. When a filter is no longer required, call this method.
Filters time out when not requested by eth_getFilterChanges
or eth_getFilterLogs
for 10
minutes.
Parameters
data
- Filter ID.
Returns
Boolean
- true
if the filter was successfully uninstalled, otherwise false
.
Request Body
{"jsonrpc"=>"2.0", "method"=>"eth_uninstallFilter", "params"=>["0x70355a0b574b437eaa19fe95adfedc0a"], "id"=>1}