opensearch-docs-cn/_opensearch/rest-api/ingest-apis/delete-ingest.md

546 B

layout title parent grand_parent nav_order
default Delete a pipeline Ingest APIs REST API reference 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/{id}

URL parameters

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
}