Remove the default Hybrid App for a list of application connection templates.
void unsetDefaultMobileHybridAppforTemplates(List<Integer> templateIDs) throws SUPAdminException
If successful, returns silently. If unsuccessful, throws SUPAdminException.
List<Integer> templateIDs = new ArrayList<Integer>(); templateIDs.add(1); hybridApp.unsetDefaultMobileHybridAppforTemplates(templateIDs);