CustomerProfiles / Client / delete_calculated_attribute_definition

delete_calculated_attribute_definition#

CustomerProfiles.Client.delete_calculated_attribute_definition(**kwargs)#

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 also: AWS API Documentation

Request Syntax

response = client.delete_calculated_attribute_definition(
    DomainName='string',
    CalculatedAttributeName='string'
)
Parameters:
  • DomainName (string) –

    [REQUIRED]

    The unique name of the domain.

  • CalculatedAttributeName (string) –

    [REQUIRED]

    The unique name of the calculated attribute.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • CustomerProfiles.Client.exceptions.BadRequestException

  • CustomerProfiles.Client.exceptions.ResourceNotFoundException

  • CustomerProfiles.Client.exceptions.AccessDeniedException

  • CustomerProfiles.Client.exceptions.ThrottlingException

  • CustomerProfiles.Client.exceptions.InternalServerException