FraudDetector.Client.delete_detector_version(**kwargs)¶Deletes the detector version. You cannot delete detector versions that are in ACTIVE status.
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'
)
[REQUIRED]
The ID of the parent detector for the detector version to delete.
[REQUIRED]
The ID of the detector version to delete.
dict
Response Syntax
{}
Response Structure
Exceptions
FraudDetector.Client.exceptions.ValidationExceptionFraudDetector.Client.exceptions.ResourceNotFoundExceptionFraudDetector.Client.exceptions.InternalServerExceptionFraudDetector.Client.exceptions.ThrottlingExceptionFraudDetector.Client.exceptions.ConflictExceptionFraudDetector.Client.exceptions.AccessDeniedException