删除搜索管道

使用以下请求删除管道。

要删除特定的搜索管道,请将管道 ID 作为参数传递:

DELETE /_search/pipeline/<pipeline-id>

要删除集群中的所有搜索管道,请使用通配符 (*):

DELETE /_search/pipeline/*