Skip to main content
POST
Uninstalls a filter with given id. Should always be called when watch is no longer needed. Additionally Filters timeout when they aren’t requested with eth_getFilterChanges for a period of time.

Body

number
Serves as a unique identifier for the request
string
Indicates the version of JSON-RPC being used
string
Represents the name of the remote procedure or method to be called
array
Contains the list of parameters passed to the remote method.
string
The filter id.

Response

number
Returns unique identifier for the request
string
Returns the version of JSON-RPC being used.
boolean
True if the filter is successfully uninstalled, otherwise false.