DELETE
/
v2
/
vector
/
index
/
{id}
curl -X DELETE https://api.upstash.com/v2/vector/index/0639864f-ece6-429c-8118-86a287b0e808 \
  -u 'EMAIL:API_KEY'
"OK"

Request Parameters

id
string
required

The unique ID of the index to be deleted.

Response Parameters

"OK" on successfull deletion operation.

curl -X DELETE https://api.upstash.com/v2/vector/index/0639864f-ece6-429c-8118-86a287b0e808 \
  -u 'EMAIL:API_KEY'
"OK"