Caducues EVM JSON-RPC
eth
uninstallFilter
1min
POST
Authentication
Authorization
Header Parameters
Content-Type
Body Parameters
body
Responses
200
Uninstalls a filter with given id. Should always be called when watch is no longer needed. Additonally Filters timeout when they aren't requested with eth_getFilterChanges
for a period of time.
Parameters
QUANTITY
- The filter id.
params: [
"0xb" // 11
]
Returns
Boolean
- true
if the filter was successfully uninstalled, otherwise false
.