| ClientUserGroupDelete Method  | 
            Deletes the specified group.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntaxpublic bool UserGroupDelete(
	string GroupName
)
Public Function UserGroupDelete ( 
	GroupName As String
) As Boolean
public:
bool UserGroupDelete(
	String^ GroupName
)
Parameters
- GroupName
 - Type: SystemString
Name of group to delete. 
Return Value
Type: 
Booleantrue if successful; otherwise, 
false.
See Also