[[logstash-configuration-management-api-delete]] === Delete Logstash pipeline API ++++ Delete pipeline ++++ experimental[] Delete a centrally-managed Logstash pipeline. [[logstash-configuration-management-api-delete-request]] ==== Request `DELETE :/api/logstash/pipeline/` [[logstash-configuration-management-api-delete-params]] ==== Path parameters `id`:: (Required, string) The pipeline ID. [[logstash-configuration-management-api-delete-codes]] ==== Response code `204 No Content`:: Indicates a successful call. [[logstash-configuration-management-api-delete-example]] ==== Example [source,sh] -------------------------------------------------- $ curl -X DELETE api/logstash/pipeline/hello-world -------------------------------------------------- // KIBANA