mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
* [DOCS] API intro * Logstash configuration management * Reformatting * Comments from Josh * Commets from Gail * Fixed broken things
34 lines
796 B
Text
34 lines
796 B
Text
[[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
|
|
|