Module Values.DisassociateFraudsterRequestSource

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.

Sourcetype nonrec t = {
  1. domainId : DomainId.t;
    (*

    The identifier of the domain that contains the fraudster.

    *)
  2. fraudsterId : FraudsterId.t;
    (*

    The identifier of the fraudster to be disassociated from the watchlist.

    *)
  3. watchlistId : WatchlistId.t;
    (*

    The identifier of the watchlist that you want to disassociate from the fraudster.

    *)
}
Sourceval context_ : string
Sourceval make : domainId:DomainId.t -> fraudsterId:FraudsterId.t -> watchlistId:WatchlistId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DomainId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t