quicksight_delete_data_set: Deletes a dataset
Description
Deletes a dataset.
Usage
quicksight_delete_data_set(AwsAccountId, DataSetId)
Arguments
AwsAccountId
[required] The AWS account ID.
DataSetId
[required] The ID for the dataset that you want to create. This ID is unique per
AWS Region for each AWS account.
Request syntax
svc$delete_data_set(
AwsAccountId = "string",
DataSetId = "string"
)