removeDataStreams abstract method
Close data streams and remove all data for each of the studyDeploymentIds
.
Returns the IDs of the study deployments for which data streams were configured. IDs for which no study deployment exists are ignored.
Implementation
Future<Set<String>> removeDataStreams(List<String> studyDeploymentIds);