curl $UPSTASH_VECTOR_REST_URL/delete \ -X DELETE \ -H "Authorization: Bearer $UPSTASH_VECTOR_REST_TOKEN" \ -d '{ "ids": [ "id-0", "id-1" ] }'
{ "result": { "deleted": 2 } }
Deletes the vectors with the given ids.
Was this page helpful?