curl $UPSTASH_VECTOR_REST_URL/reset \ -X DELETE \ -H "Authorization: Bearer $UPSTASH_VECTOR_REST_TOKEN"
{ "result": "Success" }
Resets one or all namespaces of an index to its initial state by deleting all the vectors.
/reset
"Success"
Was this page helpful?