Usage Scenario: Permanently Deleting a User's Account

When a user wants to completely leave the application, they should be able to delete their account and all their data permanently.

Application Flow:

  • Element: ‘Permanently Delete My Account’
    • Added as a button.
  • Trigger: OnClick
    • The action is initiated when the button is clicked.
  • Actions:
  • Confirmation:→ The following warning is displayed to the user: ‘This action cannot be undone. Your account and all your data will be permanently deleted. Are you sure you want to continue?’
  • Authorisation → Delete My Account: → The user's account and all associated data are permanently removed from the system.
  • Session → Logout: → The user's session is terminated.
  • Navigate: → The user is redirected to a screen such as LoginPage or GoodbyePage.

Before the process, the user must be clearly informed that this action cannot be undone. If necessary, password verification can be requested from the user to increase process security.