Parameter | Type | Description |
---|---|---|
ids | string[] | Array of vector IDs to delete from the index |
Promise<SuccessResponseModel>
: A Promise that resolves to a success response object containing the operation status and message with the count of deleted vectors.
Error
Validation Errors
ids
parameter is null, undefined, or empty.