eth_uninstallFilter
POST
/{apiKey}
Uninstalls a filter with the given ID.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
string
format: "^0x([1-9a-f]+[0-9a-f]*|0)$"requiredThe ID of the filter to uninstall.
Responses
200
true if the filter was successfully uninstalled, `false` otherwise.
Was this page helpful?