# Use Case 3.3 Renew PID ## Overview | Aspect | Description | |------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | **Summary** | The user deletes an EAA card from their wallet by confirming this with their PIN to complete the process. | | **Goal** | The user delete an EAA card from NL Wallet in a safe way. | | **Preconditions** | *None* | | **Postconditions** | | | **Triggered by** | | | **Additional Documentation** | *None* | | **Possible errors** | *None* | | **Logical test cases** | | --- ## Flow | # | Description | Next | |---------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------| | **1** | **PRIMARY SCENARIO** | | | **1.1** | **System displays prompt 'Do you want to delete [card_name] card'** | | | 1.1a | User selects Yes, delete | 1.2 | | 1.1b | User selects Cancel | Go to: [UC7.2 Show card details](UC7.2_ShowCardDetails.md) | | **1.2** | **System executes partial flow [PF2.4 Confirm a protected action](../partial-flows/PF2.4_ConfirmProtectedAction.md)** | | | 1.2a | Result: Confirm | 1.3 | | 1.2b | Result: Cancel | Go to: [UC7.2 Show card details](UC7.2_ShowCardDetails.md) | | 1.2c | Result: Back | Go to: [UC7.2 Show card details](UC7.2_ShowCardDetails.md) | | **1.3** | **System displays screen '[Card_name] has been deleted'** | | | 1.3a | User selects To my overview | Go to: [UC7.1 Show all available cards](./UC7.1_ShowAllAvailableCards) | | 1.3b | User selects Close | Go to: [UC7.1 Show all available cards](./UC7.1_ShowAllAvailableCards) | | 1.3c | User selects Help | Show placeholder 'under construction' |