dropCredential
Drop an existing credential.Parameters:request-Requestobject containing the parameters for the operation.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.dropCredential
public DropCredentialResponse dropCredential(String credentialName, Map<String, String> options) throws GPUdbException Drop an existing credential.Parameters:credentialName- Name of the credential to be dropped. Must be an existing credential.options- Optional parameters. The default value is an emptyMap.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.