quicksight:DeleteNamespace is a Write access-level action in the quicksight service. Grants permission to delete a QuickSight namespace
ARNs that quicksight:DeleteNamespace can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants quicksight:DeleteNamespace.
Filters access by tag key-value pairs attached to the resource
To use quicksight:DeleteNamespace you may also need to grant:
A minimal policy that allows quicksight:DeleteNamespace. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowQuicksightDeleteNamespace",
"Effect": "Allow",
"Action": "quicksight:DeleteNamespace",
"Resource": "*"
}
]
}