Skip to main content

Delete Data Error


Use the Delete Data Error modal to show password validation feedback when account deletion cannot continue.



This screen includes:

#ElementDescription
1Close actionDismisses the confirmation modal
2Instruction textExplains that the user must enter the password to confirm account deletion
3Current password fieldRequired input with visibility toggle
4Validation errorDisplays invalid password feedback
5Delete actionSubmits the account deletion request

Workflow

  1. Open the Manage Data screen > Delete acount.
  2. Enter invalid password.
  3. Select Delete.
  4. Display validation feedback when the password is invalid.
  5. Correct the password or close the modal.

Validations

ScenarioApp BehaviorSDK Output
Password invalidDisplay validation errorerror = invalid_credentials
Password emptyDisable Deletevalidation = required
Request blockedDisplay restriction messageHTTP 405

Actions

ScenarioApp BehaviorSDK Output
Password enteredUpdate input statepassword = updated
Visibility toggle selectedToggle password visibilitypasswordVisible = true/false
Delete selectedSubmit deletion requestDelete request triggered
Close selectedDismiss modalNo state change

Endpoint Resources

Delete Data Error

PUT 

v3/account/delete/error

Displays delete personal data error popup.