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

Add new endpoint to delete users #2363

Merged
merged 3 commits into from
Feb 20, 2023

Conversation

jfcalvo
Copy link
Member

@jfcalvo jfcalvo commented Feb 17, 2023

Add new endpoint to delete users.

  • The endpoint returns a 404 error when the provided user_id is not found.
  • I have found a problem with UUID type not being correctly serialized to JSON for some reason. We need to find an alternative solution to this (more info in the code).

@frascuchon frascuchon merged commit 863a647 into feat/add-basic-database-support Feb 20, 2023
@frascuchon frascuchon deleted the add-delete-user-endpoint branch February 20, 2023 16:26
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

Successfully merging this pull request may close these issues.

2 participants