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

********************************************
delete_configured_audience_model_association
********************************************



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

  

  Provides the information necessary to delete a configured audience model association.

  

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


  **Request Syntax**
  ::

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

    A unique identifier of the configured audience model association that you want to delete.

    

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

    A unique identifier of the membership that contains the audience model association that you want to delete.

    

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

  