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
- 200
- 400
- 403
- 404
OK
Bad Request
Forbidden
Not Found