⚡ We welcome businesses to test our enterprise-grade service

arbitrum
Arbitrum

Method: POST shh_uninstallFilter

dropdown

Method RPC shh_uninstallFilter example for Arbitrum

POST shh_uninstallFilter

Method not allowed

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 shh_getFilterChanges for a period of time.

Parameters

id - string

the filter id.

Request

curl --location --request POST 'https://arbitrum.getblock.io/mainnet/' \
--header 'x-api-key: YOUR-API-KEY' \
--header 'Content-Type: application/json' \
--data-raw '{"jsonrpc": "2.0",
"method": "shh_uninstallFilter",
"params": [null],
"id": "getblock.io"}'


Response

{
    "result": "null",
    "id": "getblock.io",
    "status_code": 405,
    "message": "Method not allowed"
}