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

*********************************
delete_configured_model_algorithm
*********************************



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

  

  Deletes a configured model algorithm.

  

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


  **Request Syntax**
  ::

    response = client.delete_configured_model_algorithm(
        configuredModelAlgorithmArn='string'
    )
    
  :type configuredModelAlgorithmArn: string
  :param configuredModelAlgorithmArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the configured model algorithm 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`

  