This API requires the manage_inference cluster privilege (the built-in inference_admin role grants this privilege).
Query parameters
-
When true, checks the semantic_text fields and inference processors that reference the endpoint and returns them in a list, but does not delete the endpoint.
-
When true, the inference endpoint is forcefully deleted even if it is still being used by ingest processors or semantic text fields.
DELETE
/_inference/{inference_id}
curl \
--request DELETE 'http://api.example.com/_inference/{inference_id}'