Skip to main content
POST
eth_uninstallFilter
Robinhood Chain API method that uninstalls a filter with the given ID.

Parameters

  • quantity — the filter ID

Response

  • booleantrue if the filter was successfully uninstalled, false otherwise

eth_uninstallFilter code examples

Body

application/json
id
integer
default:1
jsonrpc
string
default:2.0
method
string
default:eth_uninstallFilter
params
string[]

The filter ID.

Response

200 - application/json

Uninstalls a filter with given ID.

jsonrpc
string
id
integer
result
object | null
Last modified on July 18, 2026