:doc:`ResilienceHub <../../resiliencehub>` / Client / delete_recommendation_template

******************************
delete_recommendation_template
******************************



.. py:method:: ResilienceHub.Client.delete_recommendation_template(**kwargs)

  

  Deletes a recommendation template. This is a destructive action that can't be undone.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DeleteRecommendationTemplate>`_  


  **Request Syntax**
  ::

    response = client.delete_recommendation_template(
        clientToken='string',
        recommendationTemplateArn='string'
    )
    
  :type clientToken: string
  :param clientToken: 

    Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.

    This field is autopopulated if not provided.

  
  :type recommendationTemplateArn: string
  :param recommendationTemplateArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) for a recommendation template.

    

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

    
    ::

      {
          'recommendationTemplateArn': 'string',
          'status': 'Pending'|'InProgress'|'Failed'|'Success'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **recommendationTemplateArn** *(string) --* 

        The Amazon Resource Name (ARN) for a recommendation template.

        
      

      - **status** *(string) --* 

        Status of the action.

        
  
  **Exceptions**
  
  *   :py:class:`ResilienceHub.Client.exceptions.InternalServerException`

  
  *   :py:class:`ResilienceHub.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`ResilienceHub.Client.exceptions.ThrottlingException`

  
  *   :py:class:`ResilienceHub.Client.exceptions.ValidationException`

  
  *   :py:class:`ResilienceHub.Client.exceptions.AccessDeniedException`

  