View source: R/voiceid_operations.R
voiceid_disassociate_fraudster | R Documentation |
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.
voiceid_disassociate_fraudster(DomainId, FraudsterId, WatchlistId)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.