POST
/
collections
/
embeds
/
delete
/
batch
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"
}

The REST API endpoints can be used with PulsejetDB running locally at http://127.0.0.1:47044.

Headers

Content-Type
string
User-Agent
string

Body

application/json · object

The body is of type object.

Response

200 - application/json
OK

The response is of type object.