LookoutMetrics / Client / delete_anomaly_detector
delete_anomaly_detector#
- LookoutMetrics.Client.delete_anomaly_detector(**kwargs)#
- Deletes a detector. Deleting an anomaly detector will delete all of its corresponding resources including any configured datasets and alerts. - See also: AWS API Documentation - Request Syntax- response = client.delete_anomaly_detector( AnomalyDetectorArn='string' ) - Parameters:
- AnomalyDetectorArn (string) – - [REQUIRED] - The ARN of the detector to delete. 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- LookoutMetrics.Client.exceptions.ResourceNotFoundException
- LookoutMetrics.Client.exceptions.ValidationException
- LookoutMetrics.Client.exceptions.ConflictException
- LookoutMetrics.Client.exceptions.TooManyRequestsException
- LookoutMetrics.Client.exceptions.AccessDeniedException
- LookoutMetrics.Client.exceptions.InternalServerException