Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement DELETE endpoint for user (deleteUser) #35

Open
aryang13 opened this issue Dec 23, 2023 · 0 comments
Open

Implement DELETE endpoint for user (deleteUser) #35

aryang13 opened this issue Dec 23, 2023 · 0 comments
Assignees

Comments

@aryang13
Copy link
Contributor

aryang13 commented Dec 23, 2023

Acceptance Criteria

  • Correct URL schematics for retrieving a user (e.g /user/{userId})
  • Make a Postman request and remove the user from the database

Development tasks

  • Call to delete row from the database
  • send back a success or error message depending

Learning Opportunities

  • Making an HTTP DELETE endpoint
  • How to delete info from a database
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants