Skip to main content
  • deleteRole

    public DeleteRoleResponse deleteRole(DeleteRoleRequest request) throws GPUdbException
    Deletes an existing role.

    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.
  • deleteRole

    public DeleteRoleResponse deleteRole(String name, Map<String,String> options) throws GPUdbException
    Deletes an existing role.

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

    Parameters:
    name - Name of the role to be deleted. Must be an existing role.
    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.