:doc:`DeviceFarm <../../devicefarm>` / Client / delete_test_grid_project

************************
delete_test_grid_project
************************



.. py:method:: DeviceFarm.Client.delete_test_grid_project(**kwargs)

  

  Deletes a Selenium testing project and all content generated under it. You cannot delete a project if it has active sessions.

   

  .. warning::

     

    You cannot undo this operation.

    

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/DeleteTestGridProject>`_  


  **Request Syntax**
  ::

    response = client.delete_test_grid_project(
        projectArn='string'
    )
    
  :type projectArn: string
  :param projectArn: **[REQUIRED]** 

    The ARN of the project to delete, from  CreateTestGridProject or  ListTestGridProjects.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`DeviceFarm.Client.exceptions.NotFoundException`

  
  *   :py:class:`DeviceFarm.Client.exceptions.ArgumentException`

  
  *   :py:class:`DeviceFarm.Client.exceptions.CannotDeleteException`

  
  *   :py:class:`DeviceFarm.Client.exceptions.InternalServiceException`

  