kolchfa-aws 7992ec0196
Adds copy buttons to API and field type sections (#2518)
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
2023-01-30 17:09:38 -05:00

692 B

layout title parent nav_order
default Delete a pipeline Ingest APIs 14

Delete a pipeline

If you no longer want to use an ingest pipeline, use the delete ingest pipeline API operation.

Example

DELETE _ingest/pipeline/12345

{% include copy-curl.html %}

Path and HTTP methods

Delete an ingest pipeline based on that pipeline's ID.

DELETE _ingest/pipeline/

URL parameters

All URL parameters are optional.

Parameter Type Description
master_timeout time How long to wait for a connection to the master node.
timeout time How long to wait for the request to return.

Response

{
  "acknowledged" : true
}