Endpoints
Delete Vectors
This endpoint deletes the vectors with given IDs.
DELETE
/
delete
Request
You can either upsert a single vector, or multiple vectors in a array.
ids
string[]
requiredThe IDs of the vectors to be deleted.
Response
deleted
number
The count of the successfully deleted vectors.
Was this page helpful?