Skip to contents

Deletes the function that matches the supplied name. For the deletion to succeed, the user must satisfy one of the following conditions: - Is the owner of the function's parent catalog - Is the owner of the function's parent schema and have the USE_CATALOG privilege on its parent catalog - Is the owner of the function itself and have both the USE_CATALOG privilege on its parent catalog and the USE_SCHEMA privilege on its parent schema

Usage

delete_function(client, name, force = NULL)

functionsDelete(client, name, force = NULL)

Arguments

client

Required. Instance of DatabricksClient()

name

Required. The fully-qualified name of the function (of the form catalog_name.schema_name.function__name).

force

Force deletion even if the function is notempty.