Deletion of Relay Server Outbound Enabler Certificate Files

Deletes one or more Relay Server outbound enabler certificate files.

You can delete the following:

Syntax

void deleteOutboundEnablerCertificateFiles(java.util.Set<java.lang.String> fileNames) throws com.sybase.sup.admin.exception.SUPAdminException
void deleteOutboundEnablerCertificateFile(java.lang.String fileName) throws com.sybase.sup.admin.exception.SUPAdminException

Parameters

Returns

If successful, delete the specified file(s). If unsuccessful, returns SUPAdminException .

Examples