curl https://better-dodo-20522-us1-vector.upstash.io/delete \ -H "Authorization: Bearer YOUR_TOKEN" \ -d '["id11", "id12", "abcde"]'
{ "result" : { "deleted" : 2 } }
This endpoint deletes the vectors with given IDs.
You can either delete a single vector, or multiple vectors in an array.
The IDs of the vectors to be deleted.
The count of the successfully deleted vectors.
Was this page helpful?