Skip to content

Delete View Version

connect_delete_view_version R Documentation

Deletes the particular version specified in ViewVersion identifier

Description

Deletes the particular version specified in ViewVersion identifier.

Usage

connect_delete_view_version(InstanceId, ViewId, ViewVersion)

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

ViewId

[required] The identifier of the view. Both ViewArn and ViewId can be used.

ViewVersion

[required] The version number of the view.

Value

An empty list.

Request syntax

svc$delete_view_version(
  InstanceId = "string",
  ViewId = "string",
  ViewVersion = 123
)