eth_uninstallFilter

Uninstalls a filter with given id. Should always be called when watch is no longer needed. Additionally, filters timeout when they aren't requested with eth_getFilterChanges for a period of time. ⚡ Compute Units: [10 CU](https://docs.conduit.xyz/rpc-nodes/information/compute-units)

Request

This endpoint expects an object.
filterIdstringRequiredformat: "^0x[0-9a-fA-F]+$"

Opaque filter ID returned by eth_newFilter, eth_newBlockFilter, or eth_newPendingTransactionFilter.

Response

True if the filter was successfully uninstalled, otherwise false