Values.DeleteProfileKeyRequestSourceRemoves a searchable key from a customer profile.
type nonrec t = {profileId : Uuid.t;The unique identifier of a customer profile.
*)keyName : Name.t;A searchable identifier of a customer profile.
*)values : RequestValueList.t;A list of key values.
*)domainName : Name.t;The unique name of the domain.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of String1To255.t ] list | `String of Uuid.t ])
list ]