Module Values.DeleteProfileRequestSource

Deletes the standard customer profile and all data pertaining to the profile.

Sourcetype nonrec t = {
  1. profileId : Uuid.t;
    (*

    The unique identifier of a customer profile.

    *)
  2. domainName : Name.t;
    (*

    The unique name of the domain.

    *)
}
Sourceval context_ : string
Sourceval make : profileId:Uuid.t -> domainName:Name.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Uuid.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