ElasticTranscoder / Client / delete_pipeline
delete_pipeline#
- ElasticTranscoder.Client.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, - DeletePipelinereturns an error.- See also: AWS API Documentation - Request Syntax- response = client.delete_pipeline( Id='string' ) - Parameters:
- Id (string) – - [REQUIRED] - The identifier of the pipeline that you want to delete. 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – - The - DeletePipelineResponsestructure.
 
 - Exceptions- ElasticTranscoder.Client.exceptions.ValidationException
- ElasticTranscoder.Client.exceptions.IncompatibleVersionException
- ElasticTranscoder.Client.exceptions.ResourceNotFoundException
- ElasticTranscoder.Client.exceptions.ResourceInUseException
- ElasticTranscoder.Client.exceptions.AccessDeniedException
- ElasticTranscoder.Client.exceptions.InternalServiceException