Skip to main content

Try It Now Dialog

eth_uninstallFilter


Method

  • JSON-RPC method name: eth_uninstallFilter
  • JSON-RPC version: 2.0

Parameters

NameTypeRequiredDescription
Filter identifierstringyes

Parameter schema

{
"Filter identifier": {
"required": true,
"schema": {
"title": "hex encoded unsigned integer",
"type": "string",
"pattern": "^0x(0|[1-9a-f][0-9a-f]*)$"
}
}
}

Result

  • Name: Success
  • Type: boolean

Result schema

{
"type": "boolean"
}

Positional parameters

Parameter order:

  1. Filter identifier

Errors

This method may return JSON-RPC standard errors (e.g. -32600, -32601, -32602, -32603) as well as application-specific errors.

TODO: Document method-specific error codes and conditions.