Closed wrussell1999 closed 1 year ago
Using a DELETE request for the /resume/skill route, delete an existing Skill using its index position as an ID. As part of this, you should write a test in test_pytest.py to show it works.
DELETE
/resume/skill
test_pytest.py
Using a
DELETE
request for the/resume/skill
route, delete an existing Skill using its index position as an ID. As part of this, you should write a test intest_pytest.py
to show it works.