Error Handling:
If the user tries to REGISTER
and a user with the same information already exists, the system will return a message informing that the user already exists in the database.
Recieves an DELETE
request to delete the user based on the provided login and returns a successful deletion confirmation.
Error Handling:
Or, if an error occurs, the system will return the inability to delete with the error justification.
👨🏾🔧Postman Documentation👨🏾🔧