cURL
curl --request POST \ --url 'https://{{baseurl}}/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?