:doc:`CloudWatchLogs <../../logs>` / Client / delete_log_anomaly_detector

***************************
delete_log_anomaly_detector
***************************



.. py:method:: CloudWatchLogs.Client.delete_log_anomaly_detector(**kwargs)

  

  Deletes the specified CloudWatch Logs anomaly detector.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DeleteLogAnomalyDetector>`_  


  **Request Syntax**
  ::

    response = client.delete_log_anomaly_detector(
        anomalyDetectorArn='string'
    )
    
  :type anomalyDetectorArn: string
  :param anomalyDetectorArn: **[REQUIRED]** 

    The ARN of the anomaly detector to delete. You can find the ARNs of log anomaly detectors in your account by using the `ListLogAnomalyDetectors <https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_ListLogAnomalyDetectors.html>`__ operation.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`CloudWatchLogs.Client.exceptions.InvalidParameterException`

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

  
  *   :py:class:`CloudWatchLogs.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`CloudWatchLogs.Client.exceptions.OperationAbortedException`

  