removeStudyDeployments abstract method

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

Remove study deployments with the given studyDeploymentIds.

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);