Values.DisassociateFraudsterRequestSourceDisassociates 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.
type nonrec t = {domainId : DomainId.t;The identifier of the domain that contains the fraudster.
*)fraudsterId : FraudsterId.t;The identifier of the fraudster to be disassociated from the watchlist.
*)watchlistId : WatchlistId.t;The identifier of the watchlist that you want to disassociate from the fraudster.
*)}val make :
domainId:DomainId.t ->
fraudsterId:FraudsterId.t ->
watchlistId:WatchlistId.t ->
unit ->
t