Skip to main content

Delete Data Relogin


Use the Delete Data and Log in Again screen to confirm account deletion with password verification.
This screen requests the current password before the app allows the delete action.


This screen includes:

  • A Manage my private data header with back navigation.
  • A Confirm deletion dialog.
  • A password field for Current password.
  • A password visibility toggle.
  • A Delete action that submits the deletion request.
  • A close control that dismisses the dialog.

Workflow

  1. Go to Account > Edit Account > Manage my private data.
  2. Select To delete the account, click here.
  3. In Confirm deletion, enter the current password.
  4. Select Delete.

Validations

ScenarioApp behavior
Password field is empty.Disable the Delete action.
Password validation fails.Reject the deletion request and display an error state.
Password validation succeeds.Enable account deletion.

Actions

User actionApp behaviorNotes
Enter current password.Validate input locally before submission.Required to proceed.
Select Delete.Submit the deletion request.This action is irreversible.
Select the close control.Dismiss the dialog and return to the previous screen.No deletion occurs.

Endpoint Resources

Delete Data Relogin

PUT 

/manage/delete/relogin

This endpoint returns the relogin screen that requires password verification before account deletion.