Delete Project
cloudwatchevidently_delete_project | R Documentation |
Deletes an Evidently project¶
Description¶
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 delete_feature
.
Usage¶
cloudwatchevidently_delete_project(project)
Arguments¶
project |
[required] The name or ARN of the project to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_project(
project = "string"
)