system.groups.removeGroups

Description
    
     
    
Removes the specified groups from the project. The group paths are "Folder/Path/To/GroupName", separated by forward slashes.    
 
Syntax

system.groups.removeGroups ( projectName, paths )

  • Parameters

String projectName - The project to remove from. If the project does not exist, throws an IllegalArgumentException

Collection<String> paths - A collection of paths to remove. The group paths are "Folder/Path/To/GroupName", separated by forward slashes.

  • Returns

none

  • Scope

Gateway