[role="xpack"] [[logstash-configuration-management-api-delete]] === Delete Logstash pipeline API ++++ Delete pipeline ++++ Delete a centrally-managed Logstash pipeline. experimental[This functionality is *experimental* and may be changed or removed completely in a future release.] [[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,js] -------------------------------------------------- DELETE api/logstash/pipeline/hello-world -------------------------------------------------- // KIBANA