DELETE
/
collections
curl --request DELETE \
  --url https:///%7B{baseurl}%7D/collections \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "new_sift1m"
}'
{
  "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.