Skip to main content

Delete a vector index

DELETE 

/indexes/:qid

Permanently deletes an index and, via ON DELETE CASCADE, every vector, document, and edge anchored to it, then drops the index's vectors partition. This destructive operation requires a valid admin secret (X-Admin-Secret header or admin_secret query param); a content-access token for the qid is not sufficient.

Request

Responses

OK