customerprofiles_delete_profile_key {paws.customer.engagement} | R Documentation |
Removes a searchable key from a customer profile
Description
Removes a searchable key from a customer profile.
See https://www.paws-r-sdk.com/docs/customerprofiles_delete_profile_key/ for full documentation.
Usage
customerprofiles_delete_profile_key(ProfileId, KeyName, Values, DomainName)
Arguments
ProfileId |
[required] The unique identifier of a customer profile. |
KeyName |
[required] A searchable identifier of a customer profile. |
Values |
[required] A list of key values. |
DomainName |
[required] The unique name of the domain. |
[Package paws.customer.engagement version 0.7.0 Index]