Delete an alerts index
Responses
-
200 application/json; Elastic-Api-Version=2023-10-31
Successful response
-
401 application/json; Elastic-Api-Version=2023-10-31
Unsuccessful authentication response
-
403 application/json; Elastic-Api-Version=2023-10-31
Not enough permissions response
-
404 application/json; Elastic-Api-Version=2023-10-31
Index does not exist response
-
500 application/json; Elastic-Api-Version=2023-10-31
Internal server error response
DELETE /api/detection_engine/index
curl \
-X DELETE https://localhost:5601/api/detection_engine/index
Response examples (200)
{
"acknowledged": true
}
Response examples (401)
{
"error": "string",
"message": "string",
"statusCode": 42
}
Response examples (403)
{
"message": "string",
"status_code": 42
}
Response examples (404)
string
Response examples (500)
{
"message": "string",
"status_code": 42
}