Databricks SDK for JavaScript
    Preparing search index...

    Request payload for deleting data from a vector index.

    interface DeleteDataVectorIndexRequest {
        name?: string;
        primaryKeys?: string[];
    }
    Index

    Properties

    Properties

    name?: string

    Name of the vector index where data is to be deleted. Must be a Direct Vector Access Index.

    primaryKeys?: string[]

    List of primary keys for the data to be deleted.