frauddetector_delete_detector_version {paws.machine.learning} | R Documentation |
Deletes the detector version
Description
Deletes the detector version. You cannot delete detector versions that are in ACTIVE
status.
See https://www.paws-r-sdk.com/docs/frauddetector_delete_detector_version/ for full documentation.
Usage
frauddetector_delete_detector_version(detectorId, detectorVersionId)
Arguments
detectorId |
[required] The ID of the parent detector for the detector version to delete. |
detectorVersionId |
[required] The ID of the detector version to delete. |
[Package paws.machine.learning version 0.7.0 Index]