Delete a Logstash pipeline
Added in 7.12.0
Delete a pipeline that is used for Logstash Central Management. If the request succeeds, you receive an empty response with an appropriate status code.
Path parameters
-
id
string Required An identifier for the pipeline.
DELETE
/_logstash/pipeline/{id}
curl \
--request DELETE 'http://api.example.com/_logstash/pipeline/{id}' \
--header "Authorization: $API_KEY"