Delete a list of push configurations from the specified application.
public void deleteApplicationPushConfiguration(List<ApplicationPushConfigurationVO> list)
throws SUPAdminException;
If successful, returns silently. If unsuccessful, throws SUPAdminException.
app.deleteApplicationPushConfiguration("List<ApplicationPushConfigurationVO>");