Unassignment of a Workflow Package

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