Unassignment of a Hybrid App Package

Unassigns a Hybrid App package from devices.

Syntax

void unassignMobileHybridAppFromDevices(MobileHybridAppIDVO hybridAppID,List<Integer> applicationConnectionNumericIDs) throws SUPAdminException;

Returns

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

Examples