Delete an inference endpoint
Added in 8.11.0
Path parameters
-
inference_id
string Required The inference identifier.
DELETE
/_inference/{inference_id}
curl \
--request DELETE 'http://api.example.com/_inference/{inference_id}' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"acknowledged": true,
"pipelines": [
"string"
]
}