Unassignment of a Workflow Package

This method has been deprecated. Unassigns a Mobile Workflow package from devices.

Syntax

void unassignMobileWorkflowFromDevices(MobileWorkflowIDVO workflowID, List<Integer> deviceIDs) throws SUPAdminException;

Returns

If successful, returns silently. If unsuccessful, returns SUPAdminException.

Examples