How to delete quicksight author user and associated dashboard using aws cli

Did a POC, and dashboards are available to other users if shared before deletion.

I found a workaround for this case as follows,

  1. get dashboards and analysis whose owner is user using search-dashboard, search-analysis commands

  2. delete dashboard and analysis

  3. delete user

1 Like