screws2484 / devops-capstone-project

Apache License 2.0
0 stars 0 forks source link

Delete an account from the service #4

Open screws2484 opened 2 weeks ago

screws2484 commented 2 weeks ago

User Story: Delete an account from the service

As a developer
I need to delete an account from the service
So that I can remove unwanted or inactive user accounts

Story Points: 8 (L)

Details and Assumptions:

Acceptance Criteria:


Given a valid account ID
When I send a delete request for the account
Then the account is removed from the service
And I receive a confirmation of the successful deletion
screws2484 commented 2 weeks ago

Added Delete an account from the service functionality in routes.py and test folder