delete_pipeline(**kwargs)¶The DeletePipeline operation removes a pipeline.
You can only delete a pipeline that has never been used or that is not currently in use (doesn't contain any active jobs). If the pipeline is currently in use, DeletePipeline returns an error.
See also: AWS API Documentation
Request Syntax
response = client.delete_pipeline(
Id='string'
)
[REQUIRED]
The identifier of the pipeline that you want to delete.
{}
Response Structure
The DeletePipelineResponse structure.
Exceptions
ElasticTranscoder.Client.exceptions.ValidationExceptionElasticTranscoder.Client.exceptions.IncompatibleVersionExceptionElasticTranscoder.Client.exceptions.ResourceNotFoundExceptionElasticTranscoder.Client.exceptions.ResourceInUseExceptionElasticTranscoder.Client.exceptions.AccessDeniedExceptionElasticTranscoder.Client.exceptions.InternalServiceException