Values.DeleteProfileObjectRequestSourceRemoves an object associated with a profile of a given ProfileObjectType.
type nonrec t = {profileId : Uuid.t;The unique identifier of a customer profile.
*)profileObjectUniqueKey : String1To255.t;The unique identifier of the profile object generated by the service.
*)objectTypeName : TypeName.t;The name of the profile object type.
*)domainName : Name.t;The unique name of the domain.
*)}val make :
profileId:Uuid.t ->
profileObjectUniqueKey:String1To255.t ->
objectTypeName:TypeName.t ->
domainName:Name.t ->
unit ->
t