Connect / Client / delete_test_case
delete_test_case¶
- Connect.Client.delete_test_case(**kwargs)¶
Deletes the test case that has already been created for the specified Amazon Connect instance.
See also: AWS API Documentation
Request Syntax
response = client.delete_test_case( InstanceId='string', TestCaseId='string' )
- Parameters:
InstanceId (string) –
[REQUIRED]
The identifier of the Amazon Connect instance.
TestCaseId (string) –
[REQUIRED]
The identifier of the test case to delete.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions