View source: R/customerprofiles_operations.R
customerprofiles_delete_calculated_attribute_definition | R Documentation |
Deletes an existing calculated attribute definition. Note that deleting a default calculated attribute is possible, however once deleted, you will be unable to undo that action and will need to recreate it on your own using the CreateCalculatedAttributeDefinition API if you want it back.
See https://www.paws-r-sdk.com/docs/customerprofiles_delete_calculated_attribute_definition/ for full documentation.
customerprofiles_delete_calculated_attribute_definition(
DomainName,
CalculatedAttributeName
)
DomainName |
[required] The unique name of the domain. |
CalculatedAttributeName |
[required] The unique name of the calculated attribute. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.