As a user
I need to delete my account from the customer accounts service
So that I can remove my old account from the system
Acceptance Criteria
Details and Assumptions
[document what you know]
Acceptance Criteria
Given an account exists w/ a valid ID in the service
When a DELETE request is made to remove this account with the provided ID
Then the response status code is 204, and subsequent GET requests for the same account ID return a 404 status code
As a user I need to delete my account from the customer accounts service So that I can remove my old account from the system
Acceptance Criteria
Details and Assumptions
[document what you know]
Acceptance Criteria