Request body sample: {"jsonrpc":"2.0","method":"eth_uninstallFilter","params":["0xb"],"id":73}
POST / HTTP/1.1 Host: eth_uninstallFilter Content-Type: application/json Accept: */* Content-Length: 53 { "id": 1, "jsonrpc": "text", "method": "text", "params": [] }
OK
{ "id": 1, "jsonrpc": "text", "result": "text" }