mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
* Clean up * Dashboard export API * More changes * role-management and saved-objects * Clean up * Final clean up * Clean up * Moved labels to appropriate places * Fixed rogue commits
36 lines
No EOL
908 B
Text
36 lines
No EOL
908 B
Text
[role="xpack"]
|
|
[[logstash-configuration-management-api-delete]]
|
|
=== Delete Logstash pipeline API
|
|
++++
|
|
<titleabbrev>Delete pipeline</titleabbrev>
|
|
++++
|
|
|
|
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/<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 |