:doc:`CleanRoomsML <../../cleanroomsml>` / Client / delete_configured_audience_model

********************************
delete_configured_audience_model
********************************



.. py:method:: CleanRoomsML.Client.delete_configured_audience_model(**kwargs)

  

  Deletes the specified configured audience model. You can't delete a configured audience model if there are any lookalike models that use the configured audience model. If you delete a configured audience model, it will be removed from any collaborations that it is associated to.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/DeleteConfiguredAudienceModel>`_  


  **Request Syntax**
  ::

    response = client.delete_configured_audience_model(
        configuredAudienceModelArn='string'
    )
    
  :type configuredAudienceModelArn: string
  :param configuredAudienceModelArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the configured audience model that you want to delete.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`CleanRoomsML.Client.exceptions.ConflictException`

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

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

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

  