Deletes a pipeline if there are no running instances of the pipeline
Source:R/sagemaker_operations.R
sagemaker_delete_pipeline.RdDeletes a pipeline if there are no running instances of the pipeline. To delete a pipeline, you must stop all running instances of the pipeline using the stop_pipeline_execution API. When you delete a pipeline, all instances of the pipeline are deleted.
See https://www.paws-r-sdk.com/docs/sagemaker_delete_pipeline/ for full documentation.