Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_test_grid_project

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