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