Skip to main content
  • deleteUser

    public DeleteUserResponse deleteUser(DeleteUserRequest request) throws GPUdbException
    Deletes an existing user.

    Note: This method should be used for on-premise deployments only.

    Parameters:
    request - Request object containing the parameters for the operation.
    Returns:
    Response object containing the results of the operation.
    Throws:
    GPUdbException - if an error occurs during the operation.
  • deleteUser

    public DeleteUserResponse deleteUser(String name, Map<String,String> options) throws GPUdbException
    Deletes an existing user.

    Note: This method should be used for on-premise deployments only.

    Parameters:
    name - Name of the user to be deleted. Must be an existing user.
    options - Optional parameters. The default value is an empty Map.
    Returns:
    Response object containing the results of the operation.
    Throws:
    GPUdbException - if an error occurs during the operation.