Removes a group from the AgilePoint system.
None.
IWFAdminService svc = GetAdminService(); string roleName = ...// for examples, "Users" try { svc.RemoveGroup(roleName); } catch (Exception ex) { Console.WriteLine("Failed! " + ShUtil.GetSoapMessage(ex)); }
3.2.0.4 and higher