Connect / Client / delete_workspace_page
delete_workspace_page¶
- Connect.Client.delete_workspace_page(**kwargs)¶
Removes the association between a view and a page in a workspace. The page will display the default view after deletion.
See also: AWS API Documentation
Request Syntax
response = client.delete_workspace_page( InstanceId='string', WorkspaceId='string', Page='string' )
- Parameters:
InstanceId (string) –
[REQUIRED]
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
WorkspaceId (string) –
[REQUIRED]
The identifier of the workspace.
Page (string) –
[REQUIRED]
The page identifier.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions