Parameters
QUANTITY- ID of the filter.
Returns
Boolean- Returntureif the filter was successfully uninstalled, otherwisefalse.
Example
Request
curl -X POST 'https://api.shasta.trongrid.io/jsonrpc' --data '{
"jsonrpc": "2.0",
"method": "eth_uninstallFilter",
"params": [
"0xc11a84d5e906ecb9f5c1eb65ee940b154ad37dce8f5ac29c80764508b901d996"
],
"id": 71
}'Response
{
"jsonrpc": "2.0",
"id": 71,
"result": true
}