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

***********************
delete_container_recipe
***********************



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

  

  Deletes a container recipe.

  

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


  **Request Syntax**
  ::

    response = client.delete_container_recipe(
        containerRecipeArn='string'
    )
    
  :type containerRecipeArn: string
  :param containerRecipeArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the container recipe to delete.

    

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

    
    ::

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

    

    - *(dict) --* 
      

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

        The request ID that uniquely identifies this request.

        
      

      - **containerRecipeArn** *(string) --* 

        The Amazon Resource Name (ARN) of the container recipe 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`

  