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.
The IDs of the vectors to be deleted.
Response
The count of the successfully deleted vectors.
Was this page helpful?