quicksight_delete_namespace {paws.analytics} | R Documentation |
Deletes a namespace and the users and groups that are associated with the namespace
Description
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.
See https://www.paws-r-sdk.com/docs/quicksight_delete_namespace/ for full documentation.
Usage
quicksight_delete_namespace(AwsAccountId, Namespace)
Arguments
AwsAccountId |
[required] The ID for the Amazon Web Services account that you want to delete the Amazon QuickSight namespace from. |
Namespace |
[required] The namespace that you want to delete. |
[Package paws.analytics version 0.9.0 Index]