:doc:`Bedrock <../../bedrock>` / Client / delete_automated_reasoning_policy_test_case

*******************************************
delete_automated_reasoning_policy_test_case
*******************************************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/bedrock-2023-04-20/DeleteAutomatedReasoningPolicyTestCase>`_  


  **Request Syntax**
  ::

    response = client.delete_automated_reasoning_policy_test_case(
        policyArn='string',
        testCaseId='string',
        lastUpdatedAt=datetime(2015, 1, 1)
    )
    
  :type policyArn: string
  :param policyArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the Automated Reasoning policy that contains the test.

    

  
  :type testCaseId: string
  :param testCaseId: **[REQUIRED]** 

    The unique identifier of the test to delete.

    

  
  :type lastUpdatedAt: datetime
  :param lastUpdatedAt: **[REQUIRED]** 

    The timestamp when the test was last updated. This is used as a concurrency token to prevent conflicting modifications.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Bedrock.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`Bedrock.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`Bedrock.Client.exceptions.ValidationException`

  
  *   :py:class:`Bedrock.Client.exceptions.ConflictException`

  
  *   :py:class:`Bedrock.Client.exceptions.InternalServerException`

  
  *   :py:class:`Bedrock.Client.exceptions.ResourceInUseException`

  
  *   :py:class:`Bedrock.Client.exceptions.ThrottlingException`

  