delete_domain
(**kwargs)¶Deletes a specific domain and all of its customer data, such as customer profile attributes and their related objects.
See also: AWS API Documentation
Request Syntax
response = client.delete_domain(
DomainName='string'
)
[REQUIRED]
The unique name of the domain.
{
'Message': 'string'
}
Response Structure
A message that indicates the delete request is done.
Exceptions
CustomerProfiles.Client.exceptions.BadRequestException
CustomerProfiles.Client.exceptions.ResourceNotFoundException
CustomerProfiles.Client.exceptions.AccessDeniedException
CustomerProfiles.Client.exceptions.ThrottlingException
CustomerProfiles.Client.exceptions.InternalServerException