Skip to main content
POST
eth_uninstallFilter

Body

application/json
jsonrpc
string
default:2.0
required

JSON-RPC version

method
string
default:eth_uninstallFilter
required

The method to call

params
any[]
required

Filter ID

id
integer
default:1
required

Request identifier

Response

200 - application/json

Returns whether the filter was uninstalled

jsonrpc
string
Example:

"2.0"

id
integer
Example:

1

result
boolean

True if the filter was uninstalled

Example:

true