customerprofiles_delete_calculated_attribute_definition: Deletes an existing calculated attribute definition

View source: R/customerprofiles_operations.R

customerprofiles_delete_calculated_attribute_definitionR Documentation

Deletes an existing calculated attribute definition

Description

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.

Usage

customerprofiles_delete_calculated_attribute_definition(
  DomainName,
  CalculatedAttributeName
)

Arguments

DomainName

[required] The unique name of the domain.

CalculatedAttributeName

[required] The unique name of the calculated attribute.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.