voiceid_delete_fraudster {paws.machine.learning} | R Documentation |
Deletes the specified fraudster from Voice ID
Description
Deletes the specified fraudster from Voice ID. This action disassociates the fraudster from any watchlists it is a part of.
See https://www.paws-r-sdk.com/docs/voiceid_delete_fraudster/ for full documentation.
Usage
voiceid_delete_fraudster(DomainId, FraudsterId)
Arguments
DomainId |
[required] The identifier of the domain that contains the fraudster. |
FraudsterId |
[required] The identifier of the fraudster you want to delete. |
[Package paws.machine.learning version 0.7.0 Index]