cURL
curl --request DELETE \ --url 'https://{{baseurl}}/collections' \ --header 'Content-Type: application/json' \ --data ' { "name": "new_sift1m" } '
{ "response": "ok", "status": "OK" }
OK
The response is of type object.
object
Was this page helpful?