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

*********************************************
delete_configured_model_algorithm_association
*********************************************



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

  

  Deletes a configured model algorithm association.

  

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


  **Request Syntax**
  ::

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

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

    

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

    The membership ID of the member that is deleting the configured model algorithm association.

    

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

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

  