Delete View
connect_delete_view | R Documentation |
Deletes the view entirely¶
Description¶
Deletes the view entirely. It deletes the view and all associated qualifiers (versions and aliases).
Usage¶
connect_delete_view(InstanceId, ViewId)
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 |
Value¶
An empty list.
Request syntax¶
svc$delete_view(
InstanceId = "string",
ViewId = "string"
)