kibana/docs/api/logstash-configuration-management/delete.asciidoc

34 lines
809 B
Text
Raw Normal View History

[role="xpack"]
[[logstash-configuration-management-api-delete]]
=== Delete Logstash pipeline API
++++
<titleabbrev>Delete pipeline</titleabbrev>
++++
experimental[] Delete a centrally-managed Logstash pipeline.
[[logstash-configuration-management-api-delete-request]]
==== Request
`DELETE /api/logstash/pipeline/<id>`
[[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