[Filter] eth_uninstallFilter
Uninstalls a filter with given id. Should always be called when watch is no longer needed. Additionally, filters timeout when they are not requested with eth_getFilterChanges for a period of time.
JSONRPC: eth_uninstallFilter
Request
Responses
- 200
Returns true if the filter was successfully uninstalled, otherwise false.