Skip to content

Delete Calculated Attribute Definition

customerprofiles_delete_calculated_attribute_definition R 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.

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.

Value

An empty list.

Request syntax

svc$delete_calculated_attribute_definition(
  DomainName = "string",
  CalculatedAttributeName = "string"
)