:doc:`imagebuilder <../../imagebuilder>` / Client / delete_image_pipeline

*********************
delete_image_pipeline
*********************



.. py:method:: imagebuilder.Client.delete_image_pipeline(**kwargs)

  

  Deletes an image pipeline.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/DeleteImagePipeline>`_  


  **Request Syntax**
  ::

    response = client.delete_image_pipeline(
        imagePipelineArn='string'
    )
    
  :type imagePipelineArn: string
  :param imagePipelineArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the image pipeline to delete.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'requestId': 'string',
          'imagePipelineArn': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **requestId** *(string) --* 

        The request ID that uniquely identifies this request.

        
      

      - **imagePipelineArn** *(string) --* 

        The Amazon Resource Name (ARN) of the image pipeline that was deleted.

        
  
  **Exceptions**
  
  *   :py:class:`imagebuilder.Client.exceptions.ServiceException`

  
  *   :py:class:`imagebuilder.Client.exceptions.ClientException`

  
  *   :py:class:`imagebuilder.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`imagebuilder.Client.exceptions.InvalidRequestException`

  
  *   :py:class:`imagebuilder.Client.exceptions.ForbiddenException`

  
  *   :py:class:`imagebuilder.Client.exceptions.CallRateLimitExceededException`

  
  *   :py:class:`imagebuilder.Client.exceptions.ResourceDependencyException`

  