Databricks SDK for JavaScript
    Preparing search index...
    interface DeleteFunctionRequest {
        force?: boolean;
        fullNameArg?: string;
    }
    Index

    Properties

    Properties

    force?: boolean

    Force deletion even if the function is notempty.

    fullNameArg?: string

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