Delete a Logstash pipeline Added in 7.12.0
Delete a pipeline that is used for Logstash Central Management.
Path parameters
-
An identifier for the pipeline.
DELETE
/_logstash/pipeline/{id}
curl \
-X DELETE http://api.example.com/_logstash/pipeline/{id}