Eth uninstallFilter
Uninstalls a filter with given id. Should always be called when watch is no longer needed.
Request body sample: {"jsonrpc":"2.0","method":"eth_uninstallFilter","params":["0xb"],"id":73}
POSTeth_uninstallFilter
Body
idinteger
jsonrpcstring
methodstring
paramsnullable array of any
Response
OK
Body
idinteger
jsonrpcstring
resultstring
Request
Response