CustomerProfiles / Client / delete_domain_layout
delete_domain_layout¶
- CustomerProfiles.Client.delete_domain_layout(**kwargs)¶
Deletes the layout used to view data for a specific domain. This API can only be invoked from the Amazon Connect admin website.
See also: AWS API Documentation
Request Syntax
response = client.delete_domain_layout( DomainName='string', LayoutDefinitionName='string' )
- Parameters:
DomainName (string) –
[REQUIRED]
The unique name of the domain.
LayoutDefinitionName (string) –
[REQUIRED]
The unique name of the layout.
- Return type:
dict
- Returns:
Response Syntax
{ 'Message': 'string' }
Response Structure
(dict) –
Message (string) –
A message that indicates the delete request is done.
Exceptions