Delete Profile Object
customerprofiles_delete_profile_object | R Documentation |
Removes an object associated with a profile of a given ProfileObjectType¶
Description¶
Removes an object associated with a profile of a given ProfileObjectType.
Usage¶
customerprofiles_delete_profile_object(ProfileId,
ProfileObjectUniqueKey, ObjectTypeName, DomainName)
Arguments¶
ProfileId |
[required] The unique identifier of a customer profile. |
ProfileObjectUniqueKey |
[required] The unique identifier of the profile object generated by the service. |
ObjectTypeName |
[required] The name of the profile object type. |
DomainName |
[required] The unique name of the domain. |
Value¶
A list with the following syntax:
list(
Message = "string"
)
Request syntax¶
svc$delete_profile_object(
ProfileId = "string",
ProfileObjectUniqueKey = "string",
ObjectTypeName = "string",
DomainName = "string"
)