Module Values.DeleteFraudsterRequestSource

Deletes the specified fraudster from Voice ID. This action disassociates the fraudster from any watchlists it is a part of.

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 you want to delete.

    *)
}
Sourceval context_ : string
Sourceval make : domainId:DomainId.t -> fraudsterId:FraudsterId.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