eth_uninstallFilter

Uninstalls a filter with the given ID.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
Filter identifierstringRequiredformat: "^0x([1-9a-f]+[0-9a-f]*|0)$"

The ID of the filter to uninstall.

Response

true if the filter was successfully uninstalled, false otherwise.