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
copy
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
}
当前内容版权归 OpenSearch 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 OpenSearch .