Skip to main content
Deletes documents from the vector store or deletes the entire index.

Parameters

Returns

bool: True if deletion was successful, False otherwise

Example Usage

Async

The Embedded and Python SDK provide async versions of this method prefixed with a:
JS/TS methods are natively async — all signatures above already return Promise<...>. No separate async variant is needed.