Delete List
frauddetector_delete_list | R Documentation |
Deletes the list, provided it is not used in a rule¶
Description¶
Deletes the list, provided it is not used in a rule.
When you delete a list, Amazon Fraud Detector permanently deletes that list and the elements in the list.
Usage¶
frauddetector_delete_list(name)
Arguments¶
name |
[required] The name of the list to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_list(
name = "string"
)