voiceid_disassociate_fraudster {paws.machine.learning} | R Documentation |
Disassociates the fraudsters from the watchlist specified
Description
Disassociates the fraudsters from the watchlist specified. Voice ID always expects a fraudster to be a part of at least one watchlist. If you try to disassociate a fraudster from its only watchlist, a ValidationException
is thrown.
See https://www.paws-r-sdk.com/docs/voiceid_disassociate_fraudster/ for full documentation.
Usage
voiceid_disassociate_fraudster(DomainId, FraudsterId, WatchlistId)
Arguments
DomainId |
[required] The identifier of the domain that contains the fraudster. |
FraudsterId |
[required] The identifier of the fraudster to be disassociated from the watchlist. |
WatchlistId |
[required] The identifier of the watchlist that you want to disassociate from the fraudster. |
[Package paws.machine.learning version 0.9.0 Index]