For the complete documentation index, see llms.txt. This page is also available as Markdown.

Eth_uninstallFilter

Uninstall an existing filter

post
Authorizations
api-keystringRequired
Body
jsonrpcstringRequiredExample: 2.0
methodstringRequiredExample: eth_uninstallFilter
paramsstring[] · min: 1 · max: 1Required

The ID of the filter to uninstall (as returned by eth_newFilter).

Example: ["0x16"]
idintegerRequiredExample: 1
Responses
200

Success or failure of the uninstall operation

application/json
jsonrpcstringOptionalExample: 2.0
idintegerOptionalExample: 1
resultbooleanOptional

Returns true if the filter was successfully uninstalled, otherwise false.

post/
200

Success or failure of the uninstall operation

Last updated