Skip to content

Delete Test Case

connect_delete_test_case R Documentation

Deletes the test case that has already been created for the specified Amazon Connect instance

Description

Deletes the test case that has already been created for the specified Amazon Connect instance.

Usage

connect_delete_test_case(InstanceId, TestCaseId)

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance.

TestCaseId

[required] The identifier of the test case to delete.

Value

An empty list.

Request syntax

svc$delete_test_case(
  InstanceId = "string",
  TestCaseId = "string"
)