Vector

Delete Index

This endpoint deletes an index.

DELETE/v2/vector/index/{id}
cURL
curl --request DELETE \
  --url https://api.upstash.com/v2/vector/index/{id} \
  --header 'Authorization: Bearer <token>'
200Response
"OK"

Authorization

Authorizationheaderstringrequired

Bearer authentication header of the form Bearer <token>.

Path parameters

idpathstringrequired

The unique ID of the index to be deleted

Response

200 — Index deleted successfully

Loading search…