Delete Profile
customerprofiles_delete_profile | R Documentation |
Deletes the standard customer profile and all data pertaining to the profile¶
Description¶
Deletes the standard customer profile and all data pertaining to the profile.
Usage¶
customerprofiles_delete_profile(ProfileId, DomainName)
Arguments¶
ProfileId |
[required] The unique identifier of a customer profile. |
DomainName |
[required] The unique name of the domain. |
Value¶
A list with the following syntax:
list(
Message = "string"
)
Request syntax¶
svc$delete_profile(
ProfileId = "string",
DomainName = "string"
)