cURL
curl --request POST \ --url https:///%7B{baseurl}%7D/collections/embeds/delete/batch \ --header 'Content-Type: application/json' \ --data '{ "collection_name": "sift1m", "embed_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 190 ] }'
{ "response": "ok", "status": "OK" }
OK
The response is of type object.
object
Was this page helpful?