CiroLeite / devops-capstone-project

Apache License 2.0
0 stars 0 forks source link

Delete an account from the service #4

Open CiroLeite opened 1 year ago

CiroLeite commented 1 year ago

Acceptance Criteria:

An API endpoint is implemented to delete an account; A valid account ID is provided as input to the endpoint; The account is deleted from the database without errors; A confirmation message is returned upon successful deletion.