Introduced 0.1.0
Use the following request to delete a pipeline.
To delete a specific pipeline, pass the pipeline ID as a parameter:
DELETE /_ingest/pipeline/<pipeline-id>
copy
To delete all pipelines in a cluster, use the wildcard character (*):
*
DELETE /_ingest/pipeline/*
Thank you for your feedback!
Have a question? Ask us on the Lucenia forum.