void ChilkatSample(void) { success = http.HttpNoBody(L"DELETE",L"http://localhost:7700/indexes/indexUID",resp); }
curl -X DELETE -H "X-Meili-Api-Key: masterKey" http://localhost:7700/indexes/indexUID
{ "name": "Delete an index", "request": { "method": "DELETE", "header": [ ], "url": { "raw": "{{url}}/indexes/{{indexUID}}", "host": [ "{{url}}" ], "path": [ "indexes", "{{indexUID}}" ] } }, "response": [ ] }