FraudDetector / Client / delete_detector_version
delete_detector_version#
- FraudDetector.Client.delete_detector_version(**kwargs)#
 Deletes the detector version. You cannot delete detector versions that are in
ACTIVEstatus.When you delete a detector version, 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_version( detectorId='string', detectorVersionId='string' )
- Parameters:
 detectorId (string) –
[REQUIRED]
The ID of the parent detector for the detector version to delete.
detectorVersionId (string) –
[REQUIRED]
The ID of the detector version to delete.
- Return type:
 dict
- Returns:
 Response Syntax
{}Response Structure
(dict) –
Exceptions
FraudDetector.Client.exceptions.ValidationExceptionFraudDetector.Client.exceptions.ResourceNotFoundExceptionFraudDetector.Client.exceptions.InternalServerExceptionFraudDetector.Client.exceptions.ThrottlingExceptionFraudDetector.Client.exceptions.ConflictExceptionFraudDetector.Client.exceptions.AccessDeniedException