Delete an index's vectors by model and source
DELETE/indexes/:qid/vectors
Bulk-deletes every vector in the index that was written by a batch with
the given model and whose own source is any of the given sources.
Vectors with no batch or no source are never matched. The batch rows
themselves are kept: a batch may span several sources, so emptying one of
them does not retire the batch. Vector storage left with no remaining
vector is garbage-collected; documents and text fields are untouched.
Requires content access for the index qid.
Request
Responses
- 200
- 400
- 403
- 404
OK
Bad Request
Forbidden
Not Found