FraudDetector / Client / delete_detector
delete_detector#
- FraudDetector.Client.delete_detector(**kwargs)#
- Deletes the detector. Before deleting a detector, you must first delete all detector versions and rule versions associated with the detector. - When you delete a detector, Amazon Fraud Detector permanently deletes the detector and the data is no longer stored in Amazon Fraud Detector. - See also: AWS API Documentation - Request Syntax- response = client.delete_detector( detectorId='string' ) - Parameters:
- detectorId (string) – - [REQUIRED] - The ID of the detector to delete. 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- FraudDetector.Client.exceptions.ConflictException
- FraudDetector.Client.exceptions.ValidationException
- FraudDetector.Client.exceptions.InternalServerException
- FraudDetector.Client.exceptions.ThrottlingException
- FraudDetector.Client.exceptions.AccessDeniedException