Removes a delegation from the AgilePoint system.
None.
IWFAdminService svc = GetAdminService(); string delegationID = ...; try { svc.RemoveDelegation(delegationID); } catch (Exception ex) { Console.WriteLine("Failed! " + ShUtil.GetSoapMessage(ex)); }
3.2.0.4 and higher