voiceid_disassociate_fraudster: Disassociates the fraudsters from the watchlist specified

View source: R/voiceid_operations.R

voiceid_disassociate_fraudsterR 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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.