AWS SDK for .NET Documentation
DeletePipeline Method (deletePipelineRequest)
AmazonAmazon.DataPipelineAmazonDataPipelineClientDeletePipeline(DeletePipelineRequest) Did this page help you?   Yes   No    Tell us about it...

Permanently deletes a pipeline, its pipeline definition and its run history. You cannot query or restore a deleted pipeline. AWS Data Pipeline will attempt to cancel instances associated with the pipeline that are currently being processed by task runners. Deleting a pipeline cannot be undone.

To temporarily pause a pipeline instead of deleting it, call SetStatus with the status set to Pause on individual components. Components that are paused by SetStatus can be resumed.

Declaration Syntax
C#
public DeletePipelineResponse DeletePipeline(
	DeletePipelineRequest deletePipelineRequest
)
Parameters
deletePipelineRequest (DeletePipelineRequest)
Container for the necessary parameters to execute the DeletePipeline service method on AmazonDataPipeline.
Exceptions

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)