EVM RPC API
eth_uninstallFilter
Uninstalls a previously-created filter given the filter’s id. Always uninstall filters when no longer needed.
Parameters
QUANTITY
- The filter id
Returns
Boolean
- True if the filter was successfully uninstalled, false otherwise
POST
https://{network}.s.chainbase.online/v1
/
{api-key}
Path Parameters
api-key
string
requiredBody
application/json
id
integer
default: 1requiredjsonrpc
string
default: 2.0requiredmethod
string
default: eth_uninstallFilterrequiredparams
any[]
requiredResponse
200 - application/json
id
integer
requiredjsonrpc
string
requiredresult
boolean
required