Description Usage Arguments Value Request syntax
View source: R/personalize_operations.R
Deletes a dataset group. Before you delete a dataset group, you must delete the following:
All associated event trackers.
All associated solutions.
All datasets in the dataset group.
1 | personalize_delete_dataset_group(datasetGroupArn)
|
datasetGroupArn |
[required] The ARN of the dataset group to delete. |
An empty list.
1 2 3 | svc$delete_dataset_group(
datasetGroupArn = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.