CloudWatchEvidently / Client / delete_project

delete_project

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.

Danger

This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.

See also: AWS API Documentation

Request Syntax

response = client.delete_project(
    project='string'
)
Parameters:

project (string) –

[REQUIRED]

The name or ARN of the project to delete.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions