Remove Packages from an Application

Removes packages from the specified application.

Syntax

void removeApplicationPackages(String appID, String domain, Collection<String> pkgs) throws SUPAdminException;

Returns

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

Examples