Home > eth-connect > RequestManager > shh_uninstallFilter
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.
Signature:
shh_uninstallFilter: (filterId: Data) => Promise<boolean>;