Delete Data Set
| quicksight_delete_data_set | R Documentation | 
Deletes a dataset¶
Description¶
Deletes a dataset.
Usage¶
quicksight_delete_data_set(AwsAccountId, DataSetId)
Arguments¶
| AwsAccountId | [required] The Amazon Web Services account ID. | 
| DataSetId | [required] The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account. | 
Value¶
A list with the following syntax:
list(
  Arn = "string",
  DataSetId = "string",
  RequestId = "string",
  Status = 123
)
Request syntax¶
svc$delete_data_set(
  AwsAccountId = "string",
  DataSetId = "string"
)