1
The user opens the Navigation Drawer / Nav Bar inside the app.
2
The user taps on the “Delete Account” option.
3
A confirmation dialog appears explaining that the action is permanent.
4
The user clicks “Delete” on the confirmation dialog.
5
The app sends a request to the server to permanently delete the user’s account and all associated data.
6
Once the account is successfully deleted, the user is automatically logged out of the app.
7
The user is redirected to the Login screen.