Delete Pipeline
opensearchingestion_delete_pipeline | R Documentation |
Deletes an OpenSearch Ingestion pipeline¶
Description¶
Deletes an OpenSearch Ingestion pipeline. For more information, see Deleting Amazon OpenSearch Ingestion pipelines.
Usage¶
opensearchingestion_delete_pipeline(PipelineName)
Arguments¶
PipelineName |
[required] The name of the pipeline to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_pipeline(
PipelineName = "string"
)