Deletes the data source permanently. This operation breaks all the datasets that reference the deleted data source.
quicksight_delete_data_source(AwsAccountId, DataSourceId)
A list with the following syntax:
list(
Arn = "string",
DataSourceId = "string",
RequestId = "string",
Status = 123
)
[required] The AWS account ID.
[required] The ID of the data source. This ID is unique per AWS Region for each AWS account.
svc$delete_data_source(
AwsAccountId = "string",
DataSourceId = "string"
)