eth_uninstallFilter

Uninstalls a previously-created filter given the filter's id. Always uninstall filters when no longer needed.

📘

Note

Filters timeout when they are not requested with eth_getFilterChanges for a period of time.

Parameters

  • QUANTITY - The filter id

Returns

  • Boolean - True if the filter was successfully uninstalled, false otherwise
Language
Click Try It! to start a request and see the response here!