Remove Applications from the Package

Removes existing applications from the package.

Syntax

void removeApplications (Collection<String> appIds) throws SUPAdminException;

Returns

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

Examples