var begin success := CkHttp_HttpNoBody(http,'DELETE','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": [
]
}