I created my local atlas cluster like this:
atlas deployments setup dev --bindIpAll --username admin --password admin --type local --port 27017 --mdbVersion 7.0 --force
The “admin” user is not allowed to drop collections. How can I adjust the admin users role so that he can drop collections? atlas dbusers update seems to require a project-id.