-
Notifications
You must be signed in to change notification settings - Fork 444
Closed
Description
I am trying to automate Tableau site creation and deletion using python APIs. https://tableau.github.io/server-client-python/docs/
I am using admin account for this operation. However, when i try to delete site, i get the following error
User 'admin' is authenticated for site '9f086a43-e50f-4c19-85c6' and may not access or modify resources on site 'efbea3a6-17e9-4383-b4c5'.
'9f086a43-e50f-4c19-85c6' -- > default Site
'efbea3a6-17e9-4383-b4c5' --> I want to delete this site
I believe admin should have all the rights to delete or modify the site. From the error, it is obvious that it is an authorization issue. Why is admin not allowed to delete this site ?
Metadata
Metadata
Assignees
Labels
No labels