:doc:`CleanRoomsService <../../cleanrooms>` / Client / delete_analysis_template

************************
delete_analysis_template
************************



.. py:method:: CleanRoomsService.Client.delete_analysis_template(**kwargs)

  

  Deletes an analysis template.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/DeleteAnalysisTemplate>`_  


  **Request Syntax**
  ::

    response = client.delete_analysis_template(
        membershipIdentifier='string',
        analysisTemplateIdentifier='string'
    )
    
  :type membershipIdentifier: string
  :param membershipIdentifier: **[REQUIRED]** 

    The identifier for a membership resource.

    

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

    The identifier for the analysis template resource.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`CleanRoomsService.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`CleanRoomsService.Client.exceptions.InternalServerException`

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

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

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

  