Pinecone TypeScript SDK - v8.1.0
    Preparing search index...

    Type Alias DeleteOneOptions

    Options for deleting a single record from the index.

    type DeleteOneOptions = {
        id: string;
        namespace?: string;
    }
    Index
    id: string

    The id of the record to delete from the index.

    namespace?: string

    The namespace to delete from. If not specified, uses the namespace configured on the Index.