# Use Case 9.4 Wipe all app data ## Overview | Aspect | Description | |------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | **Summary** | The user chooses to delete all app data by confirming the deletion message, which deletes app data and restarts the onboarding process. | | **Goal** | Wiping all data from the app. | | **Preconditions** | *None* | | **Postconditions** | | | **Triggered by** | | | **Additional Documentation** | *None* | | **Possible errors** | *None* | | **Logical test cases** | | --- ## Flow | # | Description | Next | |---------|------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------| | **1** | **PRIMARY SCENARIO** | | | **1.1** | **System displays screen 'Wipe app data'** | | | 1.1a | User selects Yes Delete
→ App deletes local data | Go to: [UC1.1 Introduce the app](UC1.1_IntroduceTheApp.md) | | 1.1b | User selects Cancel | Back |