Skip to main content
DELETE
/
collections
Delete Collection
curl --request DELETE \
  --url 'https://{{baseurl}}/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

Response

200 - application/json

OK

The response is of type object.