Skip to main content

Delete a vector batch

DELETE 

/indexes/:qid/batches/:batch_id

Deletes the batch and every vector uploaded under it, reporting how many vectors went with it in deleted. The batch must belong to the index in the path -- a batch of another index is a 404 -- so the delete never reaches outside that index. Vector storage left with no remaining vector is garbage-collected. Documents and text fields survive -- only the edges linking them to the deleted vectors go away. Requires content access for the index qid.

Request

Responses

OK