DELETE
/
v2
/
vector
/
index
/
{id}
curl --request DELETE \
  --url https://api.upstash.com/v2/vector/index/{id} \
  --header 'Authorization: Basic <encoded-value>'
"OK"

Authorizations

Authorization
string
header
required

Basic authentication using email and API key

Path Parameters

id
string
required

The unique ID of the index to be deleted.

Response

200 - application/json

Index deleted successfully

The response is of type string.