generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ability to delete a Patient record (#141)
## Description Mistakes can happen, and there could be times when customers send a record to the link API by mistake (could be a known duplicate document, or just an error in the workflow). We should have the ability to "undo" those mistakes. Create a new DELETE /patient/<patient_reference_id> endpoint that will allow users to remove a known patient record. ## Related Issues closes #138 ## Additional Notes
- Loading branch information
1 parent
3182485
commit 0a14a40
Showing
3 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters