Endpoint Deletion

Deletes a specific server connection endpoint of the specified type.

Syntax

void deleteEndpoint(ENDPOINT_TYPE type, String name) throws SUPAdminException;

Returns

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

Examples