Deletion of a Log Profile

Deletes a log profile.

Syntax

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

Returns

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

Examples

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