anitab-org / anitab-org/bridge-in-tech-backend
Development: Delete user profile | CROSS-PROJECT ISSUE
- Dominant language
- Python
- Stars
- 24
- Forks
- 80
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
I need to have the ability to delete a profile on BIT. For this, the API on the backend should be available.
**Describe the solution you'd like**
Create an API for user profile deletion for the BIT backend. The API would take user id or information as input and delete the profile information with the appropriate response.. Majorly, 2 outcomes are possible: Successful (200 OK), or Unsuccessful (40x) (x represents one of the error codes like 400, 403, etc.), Not found (404), 500 (internal server error)
The response should be the user id that was deleted or a failure message with why the user was not deleted.
Contributor guide
Assessment
This issue has not been assessed yet.