Skip to content

Delete an account from the service #4

@ImranullahKhann

Description

@ImranullahKhann

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

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions