customerprofiles_delete_profile_object_type {paws.customer.engagement} | R Documentation |
Removes a ProfileObjectType from a specific domain as well as removes all the ProfileObjects of that type
Description
Removes a ProfileObjectType from a specific domain as well as removes all the ProfileObjects of that type. It also disables integrations from this specific ProfileObjectType. In addition, it scrubs all of the fields of the standard profile that were populated from this ProfileObjectType.
See https://www.paws-r-sdk.com/docs/customerprofiles_delete_profile_object_type/ for full documentation.
Usage
customerprofiles_delete_profile_object_type(DomainName, ObjectTypeName)
Arguments
DomainName |
[required] The unique name of the domain. |
ObjectTypeName |
[required] The name of the profile object type. |
[Package paws.customer.engagement version 0.7.0 Index]