Databricks SDK for JavaScript
    Preparing search index...
    interface DeleteRequest {
        path?: string;
        recursive?: boolean;
    }
    Index

    Properties

    Properties

    path?: string

    The path of the file or directory to delete. The path should be the absolute DBFS path.

    recursive?: boolean

    Whether or not to recursively delete the directory's contents. Deleting empty directories can be done without providing the recursive flag.