Ethereum API
eth_uninstallFilter
Uninstalls a filter with the given ID
post/eth_uninstallFilter
Request body
Response
Returns whether the filter was uninstalled
Example response
{
"jsonrpc": "2.0",
"id": 1,
"result": true
}Uninstalls a filter with the given ID
Returns whether the filter was uninstalled
{
"jsonrpc": "2.0",
"id": 1,
"result": true
}