:doc:`LexModelsV2 <../../lexv2-models>` / Client / delete_test_set

***************
delete_test_set
***************



.. py:method:: LexModelsV2.Client.delete_test_set(**kwargs)

  

  The action to delete the selected test set.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/DeleteTestSet>`_  


  **Request Syntax**
  ::

    response = client.delete_test_set(
        testSetId='string'
    )
    
  :type testSetId: string
  :param testSetId: **[REQUIRED]** 

    The test set Id of the test set to be deleted.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`LexModelsV2.Client.exceptions.ThrottlingException`

  
  *   :py:class:`LexModelsV2.Client.exceptions.ServiceQuotaExceededException`

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

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

  
  *   :py:class:`LexModelsV2.Client.exceptions.PreconditionFailedException`

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

  