Values_1.DeletePipelineRequestSourceDeletes 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 StopPipelineExecution API. When you delete a pipeline, all instances of the pipeline are deleted.
type nonrec t = {pipelineName : PipelineName.t;The name of the pipeline to delete.
*)clientRequestToken : IdempotencyToken.t;A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.
*)}