Delete Label
| frauddetector_delete_label | R Documentation | 
Deletes a label¶
Description¶
Deletes a label.
You cannot delete labels that are included in an event type in Amazon Fraud Detector.
You cannot delete a label assigned to an event ID. You must first delete the relevant event ID.
When you delete a label, Amazon Fraud Detector permanently deletes that label and the data is no longer stored in Amazon Fraud Detector.
Usage¶
frauddetector_delete_label(name)
Arguments¶
name | 
[required] The name of the label to delete.  | 
Value¶
An empty list.
Request syntax¶
svc$delete_label(
  name = "string"
)