Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_pipeline

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'
)
Parameters
Id (string) --

[REQUIRED]

The identifier of the pipeline that you want to delete.

Return type
dict
Returns
Response Syntax
{}

Response Structure

  • (dict) --

    The DeletePipelineResponse structure.

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