Bedrock / Client / delete_automated_reasoning_policy_test_case
delete_automated_reasoning_policy_test_case¶
- Bedrock.Client.delete_automated_reasoning_policy_test_case(**kwargs)¶
- Deletes an Automated Reasoning policy test. This operation is idempotent; if you delete a test more than once, each call succeeds. - See also: AWS API Documentation - Request Syntax- response = client.delete_automated_reasoning_policy_test_case( policyArn='string', testCaseId='string', lastUpdatedAt=datetime(2015, 1, 1) ) - Parameters:
- policyArn (string) – - [REQUIRED] - The Amazon Resource Name (ARN) of the Automated Reasoning policy that contains the test. 
- testCaseId (string) – - [REQUIRED] - The unique identifier of the test to delete. 
- lastUpdatedAt (datetime) – - [REQUIRED] - The timestamp when the test was last updated. This is used as a concurrency token to prevent conflicting modifications. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions