disable all stream filters on a specific stream

+1 vote
How can I easily disapprove/deactivate all stream filters activated on a specific stream without knowing the filter names?

Is there some disapproveAll(streamName) call or how do I have to do this?

 

Thanks!
asked Jan 31, 2020 by ironmanager

1 Answer

0 votes

There is no command like this to disable all stream filters. But you can obtain the list of currently active filters on a stream by using liststreams with verbose=true, so you can then iterate over that list.

answered Jan 31, 2020 by MultiChain
...