Delete Feature
cloudwatchevidently_delete_feature | R Documentation |
Deletes an Evidently feature¶
Description¶
Deletes an Evidently feature.
Usage¶
cloudwatchevidently_delete_feature(feature, project)
Arguments¶
feature |
[required] The name of the feature to delete. |
project |
[required] The name or ARN of the project that contains the feature to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_feature(
feature = "string",
project = "string"
)