Deletion of a Domain Log Profile

Deletes a domain log profile.

Syntax

void deleteDomainLogProfiles(Collection<String> profileNames) throws SUPAdminException; 

Returns

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

Examples

  • domainLog.deleteDomainLogProfiles(Arrays.asList(new String[] { profileName }));