Skip to content

Delete Dataset Group

forecastservice_delete_dataset_group R Documentation

Deletes a dataset group created using the CreateDatasetGroup operation

Description

Deletes a dataset group created using the create_dataset_group operation. You can only delete dataset groups that have a status of ACTIVE, CREATE_FAILED, or UPDATE_FAILED. To get the status, use the describe_dataset_group operation.

This operation deletes only the dataset group, not the datasets in the group.

Usage

forecastservice_delete_dataset_group(DatasetGroupArn)

Arguments

DatasetGroupArn

[required] The Amazon Resource Name (ARN) of the dataset group to delete.

Value

An empty list.

Request syntax

svc$delete_dataset_group(
  DatasetGroupArn = "string"
)