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