Uninstalls a filter with given id. Should always be called when watch is no longer needed. Additionally, Filters timeout when they aren’t requested with eth_getFilterChangesfor a period of time.
Parameters
1.
QUANTITY - The filter id.
1
params:[
2
"0xfe704947a3cd3ca12541458a4321c869"
3
]
Copied!
Returns
Boolean - true if the filter was successfully uninstalled, otherwise false.