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

    Type Alias DeleteAllOptions

    Options for deleting all records from a namespace.

    type DeleteAllOptions = {
        namespace?: string;
    }
    Index
    namespace?: string

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