Delete an alerts index
DELETE
/api/detection_engine/index
curl \
--request 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
}