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

******************************
delete_privacy_budget_template
******************************



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

  

  Deletes a privacy budget template for a specified collaboration.

  

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


  **Request Syntax**
  ::

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

    A unique identifier for one of your memberships for a collaboration. The privacy budget template is deleted from the collaboration that this membership belongs to. Accepts a membership ID.

    

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

    A unique identifier for your privacy budget template.

    

  
  
  :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`

  