hack4impact-mcgill / MADA

Repository for the MADA Project
5 stars 0 forks source link

Delete api endpoint for user #32

Closed kehwhy closed 2 years ago

kehwhy commented 2 years ago

Delete a user with the DELETE endpoint An example of the REST endpoints - https://github.com/hack4impact-mcgill/mu-crm-tool/blob/main/backend/app/project/routes.py

More info on REST api endpoints: https://www.restapitutorial.com/lessons/httpmethods.html