eth_uninstallFilter | Fantom Method
POSThttps://fantom.callstaticrpc.com/:apiKey
Uninstalls a filter with given id. Should always be called when watch is no longer needed. Additionally, Filters timeout when they aren’t requested with eth_getFilterChangesfor a period of time.
Request
Responses
- 200
Returns true if the filter was successfully uninstalled, otherwise false.
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://fantom.callstaticrpc.com/:apiKey' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"id": 1,
"jsonrpc": "2.0",
"params": [
"string"
],
"method": "eth_uninstallFilter"
}'
ResponseClear