App Review · Zonda Run

Account Deletion — In-App Flow

Screen recording demonstrating the complete account deletion flow in Zonda Run for App Store review under Guideline 5.1.1(v).

Flow shown in the recording

  1. Sign in with the demo account.
  2. Navigate to the athlete profile tab.
  3. Scroll to the bottom of the profile screen.
  4. Tap "ELIMINAR CUENTA".
  5. Confirmation step 1 — list of data that will be removed.
  6. Confirmation step 2 — final confirmation with the account email.
  7. Account deletion is executed (tokens revoked server-side, PII anonymized) and the user is redirected to the login screen.

Technical notes

  • Endpoint DELETE /api/v1/users/me revokes all authentication tokens immediately and anonymizes personally identifiable information (email, name, phone, avatar) on the same transaction.
  • Remaining account artifacts (activities, sessions, uploaded media) are purged within 30 days per our Privacy Policy.
  • The deletion option is reachable in two taps from any screen and does not require contacting customer support.