:doc:`SageMaker <../../sagemaker>` / Client / delete_algorithm

****************
delete_algorithm
****************



.. py:method:: SageMaker.Client.delete_algorithm(**kwargs)

  

  Removes the specified algorithm from your account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteAlgorithm>`_  


  **Request Syntax**
  ::

    response = client.delete_algorithm(
        AlgorithmName='string'
    )
    
  :type AlgorithmName: string
  :param AlgorithmName: **[REQUIRED]** 

    The name of the algorithm to delete.

    

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

  