Deletes a namespace and the users and groups that are associated with the namespace. This is an asynchronous process. Assets including dashboards, analyses, datasets and data sources are not deleted. To delete these assets, you use the API operations for the relevant asset.
quicksight_delete_namespace(AwsAccountId, Namespace)
[required] The ID for the AWS account that you want to delete the QuickSight namespace from.
[required] The namespace that you want to delete.
A list with the following syntax:
list( RequestId = "string", Status = 123 )
svc$delete_namespace( AwsAccountId = "string", Namespace = "string" )