mangamngo / devops-capstone-project

Apache License 2.0
0 stars 0 forks source link

Delete an account from the service #4

Open mangamngo opened 3 months ago

mangamngo commented 3 months ago

As an account manager I need to be able to delete an account from the system So that the account no longer exists in our system

Details and Assumptions

* Sometimes users may request to have their accounts deleted.
* We may need to review a few things before deleting the account and then confirming that it no-longer exists

Acceptance Criteria

Given there are 40 registered accounts in the database
When I delete 1 account and no new account is registered
Then 39 accounts should exist in the database