Alchemy Logo

eth_uninstallFilter

POST
/{apiKey}

Uninstalls a filter with the given ID.

Path Parameters

apiKeystringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

Filter identifierstringformat: "^0x([1-9a-f]+[0-9a-f]*|0)$"required

The ID of the filter to uninstall.

Responses

200

true if the filter was successfully uninstalled, `false` otherwise.

Was this page helpful?