Skip to main content

eth_uninstallFilter

Ethereum API

Uninstalls a filter with given id.

Params

(1)

1. Filter Identifier (required)

string
Match pattern:
^0x([1-9a-f]+[0-9a-f]*|0)$

Result

(Success)
boolean

Params

Filter Identifier


Request

await window.ethereum.request({
"method": "eth_uninstallFilter",
"params": [
null
]
});