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
- Sign in with the demo account.
- Navigate to the athlete profile tab.
- Scroll to the bottom of the profile screen.
- Tap "ELIMINAR CUENTA".
- Confirmation step 1 — list of data that will be removed.
- Confirmation step 2 — final confirmation with the account email.
- 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/merevokes 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.
Contact: soporte@zonda.fit