:doc:`IoTDeviceAdvisor <../../iotdeviceadvisor>` / Client / delete_suite_definition

***********************
delete_suite_definition
***********************



.. py:method:: IoTDeviceAdvisor.Client.delete_suite_definition(**kwargs)

  

  Deletes a Device Advisor test suite.

   

  Requires permission to access the `DeleteSuiteDefinition <https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions>`__ action.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iotdeviceadvisor-2020-09-18/DeleteSuiteDefinition>`_  


  **Request Syntax**
  ::

    response = client.delete_suite_definition(
        suiteDefinitionId='string'
    )
    
  :type suiteDefinitionId: string
  :param suiteDefinitionId: **[REQUIRED]** 

    Suite definition ID of the test suite to be deleted.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`IoTDeviceAdvisor.Client.exceptions.ValidationException`

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

  