Skip to main content

UninstallFilter

Filters

Implements eth_uninstallFilter.

Params

(1)

1. id (required)

string

The ID of the filter that should be uninstalled.

Result

(isDeleted)
boolean

The flag that shows whether the filter has been successfully deleted.

API credentials

Username

Token

Params

id


Request

curl -X POST https://api.devnet.nil.foundation/api/undefined/undefined \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "eth_uninstallFilter",
"params": [
null
],
"id": 1
}'