Path parameters
-
id
string Required Identifier for the data frame analytics job.
DELETE
/_ml/data_frame/analytics/{id}
curl \
--request DELETE http://api.example.com/_ml/data_frame/analytics/{id} \
--header "Authorization: $API_KEY"
Response examples (200)
A successful response when deleting a data frame analytics job.
{
"acknowledged": true
}