Skip to main content
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"

Documentation Index

Fetch the complete documentation index at: https://upstash-fix-issues-on-docs.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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"