Delete Dataset
forecastservice_delete_dataset | R Documentation |
Deletes an Amazon Forecast dataset that was created using the CreateDataset operation¶
Description¶
Deletes an Amazon Forecast dataset that was created using the
create_dataset
operation. You can only delete datasets that have a
status of ACTIVE
or CREATE_FAILED
. To get the status use the
describe_dataset
operation.
Forecast does not automatically update any dataset groups that contain
the deleted dataset. In order to update the dataset group, use the
update_dataset_group
operation, omitting the deleted dataset's ARN.
Usage¶
forecastservice_delete_dataset(DatasetArn)
Arguments¶
DatasetArn |
[required] The Amazon Resource Name (ARN) of the dataset to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_dataset(
DatasetArn = "string"
)