MLH-Fellowship / orientation-project-python-24.FAL.B

Orientation Project (Python for 24.FAL.B)
0 stars 13 forks source link

Delete existing Education #4

Open MLHProgram opened 2 months ago

MLHProgram commented 2 months ago

Using a DELETE request for the /resume/education route, delete an existing Education using its index position as an ID. As part of this, you should write a test in test_pytest.py to show it works.

6ri4n commented 1 month ago

Working on this.