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'
)
[REQUIRED]
The ARN of the project to delete, from CreateTestGridProject or ListTestGridProjects.
{}
Response Structure
Exceptions
DeviceFarm.Client.exceptions.NotFoundException
DeviceFarm.Client.exceptions.ArgumentException
DeviceFarm.Client.exceptions.CannotDeleteException
DeviceFarm.Client.exceptions.InternalServiceException