:doc:`LookoutEquipment <../../lookoutequipment>` / Client / delete_model

************
delete_model
************



.. py:method:: LookoutEquipment.Client.delete_model(**kwargs)

  

  Deletes a machine learning model currently available for Amazon Lookout for Equipment. This will prevent it from being used with an inference scheduler, even one that is already set up.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/DeleteModel>`_  


  **Request Syntax**
  ::

    response = client.delete_model(
        ModelName='string'
    )
    
  :type ModelName: string
  :param ModelName: **[REQUIRED]** 

    The name of the machine learning model to be deleted.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`LookoutEquipment.Client.exceptions.ResourceNotFoundException`

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

  
  *   :py:class:`LookoutEquipment.Client.exceptions.InternalServerException`

  
  *   :py:class:`LookoutEquipment.Client.exceptions.ConflictException`

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

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

  