Skip to main content

Delete a vector space

DELETE 

/spaces/:qid

Permanently deletes a space and, via ON DELETE CASCADE, every vector, document, and edge anchored to it, then drops the space'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