Skip to content

Delete Workspace

connect_delete_workspace R Documentation

Deletes a workspace and removes all associated view and resource assignments

Description

Deletes a workspace and removes all associated view and resource assignments.

Usage

connect_delete_workspace(InstanceId, WorkspaceId)

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.

Value

An empty list.

Request syntax

svc$delete_workspace(
  InstanceId = "string",
  WorkspaceId = "string"
)