This method has been deprecated. Unassigns a Mobile Workflow package from devices.
void unassignMobileWorkflowFromDevices(MobileWorkflowIDVO workflowID, List<Integer> deviceIDs) throws SUPAdminException;
If successful, returns silently. If unsuccessful, returns SUPAdminException.
// unassign MobileWorkflow to devices workflow.unassignMobileWorkflowFromDevices(workflowID, deviceIDs);