Deletion of Relay Server Outbound Enabler

Deletes one or more Relay Server outbound enabler configurations.

You can delete the following:

Syntax

void deleteOutboundEnablers(java.util.Set<java.lang.Integer> outboundEnablerIds) throws com.sybase.sup.admin.exception.SUPAdminException
void deleteOutboundEnabler(java.lang.Integer outboundEnablerId) throws com.sybase.sup.admin.exception.SUPAdminException

Parameters

Returns

If successful, deletes a list of outbound enabler configurations, or a specific outbound enabler configuration. If unsuccessful, returns SUPAdminException.

Examples