Skip to main content
POST
eth_uninstallFilter
Tempo API method that uninstalls a filter created by eth_newFilter, eth_newBlockFilter, or eth_newPendingTransactionFilter. Filters should be uninstalled when no longer needed to free server resources.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.

Parameters

  • filterId — the filter ID to uninstall

Response

  • resulttrue if the filter was successfully uninstalled, false otherwise

eth_uninstallFilter code examples

Body

application/json
jsonrpc
string
default:2.0
method
string
default:eth_uninstallFilter
params
any[]

Filter ID to uninstall

id
integer
default:1

Response

200 - application/json

Uninstall status

jsonrpc
string
id
integer
result
boolean

true if the filter was successfully uninstalled

Last modified on June 22, 2026