generated from ibm-developer-skills-network/aolwx-devops-capstone-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
As a client application
I need to delete an account by ID
So that the account is no longer stored or accessible in the system
Details and Assumptions
* Deletion must be idempotent
* Deleted accounts cannot be retrieved
* Ensure compliance with data retention policies
Acceptance Criteria
gherkin
Given an existing account ID
When I send a DELETE request
Then the account is removed and a 204 No Content is returned
Given a non-existent account ID
When I send a DELETE request
Then I receive a 404 Not Found response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request