Skip to content

Delete Workspace Page

connect_delete_workspace_page R Documentation

Removes the association between a view and a page in a workspace

Description

Removes the association between a view and a page in a workspace. The page will display the default view after deletion.

Usage

connect_delete_workspace_page(InstanceId, WorkspaceId, Page)

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

WorkspaceId

[required] The identifier of the workspace.

Page

[required] The page identifier.

Value

An empty list.

Request syntax

svc$delete_workspace_page(
  InstanceId = "string",
  WorkspaceId = "string",
  Page = "string"
)