removeStudyDeployments abstract method

Future<Set<String>> removeStudyDeployments(
  1. Set<String> studyDeploymentIds
)

Remove study deployments with the given studyDeploymentIds. This also removes all data related to the study deployments.

Returns the IDs of study deployments which were removed (empty set if none were removed). IDs for which no study deployment exists are ignored.

Implementation

Future<Set<String>> removeStudyDeployments(Set<String> studyDeploymentIds);