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

Orientation Project (Python for 24.FAL.A)
0 stars 9 forks source link

Implement DELETE Endpoint for Education Entries #54

Closed ferdeleong closed 7 hours ago

ferdeleong commented 8 hours ago

This pull request adds a new DELETE functionality to the resume management API, allowing users to delete an existing education entry by its index.

A test case has been included to ensure the successful entry deletion and edge cases such as attempting to delete an out of bounds entry.

ferdeleong commented 7 hours ago

Close #4