Cleanup the Risk Engine Beta
Cleaning up the the Risk Engine by removing the indices, mapping and transforms
DELETE /api/risk_score/engine/dangerously_delete_data
curl \
-X DELETE https://localhost:5601/api/risk_score/engine/dangerously_delete_data
Response examples (200)
{
"cleanup_successful": true
}
Response examples (400)
{
"message": "string",
"status_code": 42
}
Response examples (default)
{
"cleanup_successful": false,
"errors": [
{
"error": "string",
"seq": 42
}
]
}