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

    Properties

    Properties

    force?: boolean

    Force deletion even if the metastore is not empty. Default is false.

    id?: string

    Unique ID of the metastore.