Delete a pipeline

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

Example

  1. DELETE _ingest/pipeline/12345

copy

Path and HTTP methods

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

  1. DELETE _ingest/pipeline/

URL parameters

All URL parameters are optional.

ParameterTypeDescription
master_timeouttimeHow long to wait for a connection to the master node.
timeouttimeHow long to wait for the request to return.

Response

  1. {
  2. "acknowledged" : true
  3. }