DeviceFarm / Client / delete_test_grid_project
delete_test_grid_project#
- DeviceFarm.Client.delete_test_grid_project(**kwargs)#
- Deletes a Selenium testing project and all content generated under it. - Warning - You cannot undo this operation. - Note - You cannot delete a project if it has active sessions. - See also: AWS API Documentation - Request Syntax - response = client.delete_test_grid_project( projectArn='string' ) - Parameters:
- projectArn (string) – - [REQUIRED] - The ARN of the project to delete, from CreateTestGridProject or ListTestGridProjects. 
- Return type:
- dict 
- Returns:
- Response Syntax - {}- Response Structure - (dict) – 
 
 - Exceptions - DeviceFarm.Client.exceptions.NotFoundException
- DeviceFarm.Client.exceptions.ArgumentException
- DeviceFarm.Client.exceptions.CannotDeleteException
- DeviceFarm.Client.exceptions.InternalServiceException