Cleanup the Risk Engine
Cleaning up the the Risk Engine by removing the indices, mapping and transforms
DELETE
/api/risk_score/engine/dangerously_delete_data
curl \
--request DELETE 'http://localhost:5622/api/risk_score/engine/dangerously_delete_data' \
--header "Authorization: $API_KEY"
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
}
]
}