CloudWatchEvidently.Client.
delete_project
(**kwargs)¶Deletes an Evidently project. Before you can delete a project, you must delete all the features that the project contains. To delete a feature, use DeleteFeature.
See also: AWS API Documentation
Request Syntax
response = client.delete_project(
project='string'
)
[REQUIRED]
The name or ARN of the project to delete.
{}
Response Structure
Exceptions
CloudWatchEvidently.Client.exceptions.ThrottlingException
CloudWatchEvidently.Client.exceptions.ValidationException
CloudWatchEvidently.Client.exceptions.ConflictException
CloudWatchEvidently.Client.exceptions.ResourceNotFoundException
CloudWatchEvidently.Client.exceptions.AccessDeniedException