Delete a Logstash pipeline
Technical Preview
Delete a centrally-managed Logstash pipeline.
If your Elasticsearch cluster is protected with basic authentication, you must have either the logstash_admin
built-in role or a customized Logstash writer role.
DELETE
/api/logstash/pipeline/{id}
curl \
--request DELETE 'https://localhost:5601/api/logstash/pipeline/{id}' \
--header "Authorization: $API_KEY"