eth_uninstallFilter
POST
/{apiKey}
Uninstalls a filter with the given ID.
Path Parameters
apiKeystringrequireddefaults to docs-demoFor higher throughput, create your own API key
Request
Filter identifierstringformat: "^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?