Delete Domain Layout
| customerprofiles_delete_domain_layout | R Documentation |
Deletes the layout used to view data for a specific domain¶
Description¶
Deletes the layout used to view data for a specific domain. This API can only be invoked from the Amazon Connect admin website.
Usage¶
customerprofiles_delete_domain_layout(DomainName, LayoutDefinitionName)
Arguments¶
DomainName |
[required] The unique name of the domain. |
LayoutDefinitionName |
[required] The unique name of the layout. |
Value¶
A list with the following syntax:
list(
Message = "string"
)
Request syntax¶
svc$delete_domain_layout(
DomainName = "string",
LayoutDefinitionName = "string"
)