EVM
eth_uninstallFilter
Uninstalls a filter with given id. Should always be called when watch is no longer needed. Additonally Filters timeout when they aren’t requested with eth_getFilterChanges for a period of time.
POST
Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters for eth_uninstallFilter: [filterID].Positional parameters for
eth_uninstallFilter:params[0]: The filter ID as a hex quantity (e.g., “0x16” for 22).
Returns
Boolean - true if the filter was successfully uninstalled, otherwise false. Example:
true.