Databricks SDK for JavaScript
    Preparing search index...
    interface DeleteBranchRequest {
        name?: string;
        purge?: boolean;
    }
    Index

    Properties

    Properties

    name?: string

    The full resource path of the branch to delete. Format: projects/{project_id}/branches/{branch_id}

    purge?: boolean

    If true, permanently delete the branch; if false, soft delete.