Delete an unreferenced trained model
Generally available; Added in 7.10.0
DELETE
/_ml/trained_models/{model_id}
curl \
--request DELETE 'http://api.example.com/_ml/trained_models/{model_id}' \
--header "Authorization: $API_KEY"
Response examples (200)
A successful response when deleting an existing trained inference model.
{
"acknowledged": true
}