ResilienceHubV2 / Client / delete_test
delete_test¶
- ResilienceHubV2.Client.delete_test(**kwargs)¶
Deletes a test.
See also: AWS API Documentation
Request Syntax
response = client.delete_test( testId='string', serviceArn='string' )
- Parameters:
testId (string) –
[REQUIRED]
The identifier of the test to delete.
serviceArn (string) –
[REQUIRED]
The ARN of the service the test belongs to.
- Return type:
dict
- Returns:
Response Syntax
{ 'testId': 'string' }
Response Structure
(dict) –
testId (string) –
The identifier of the deleted test.
Exceptions