BongoHive/internship-program

Backend rest-api-express-postman Assignment

Closed this issue ยท 3 comments

The instructions are not clear as to what is suppose to be done for the delete endpoints API routes.
are we suppose to delete the province or country specified in the url ? or just delete the recently added province or country ?

@Joebbrien โ˜๐Ÿฟโ˜๐Ÿฟโ˜๐Ÿฟ

Hi @Blackhat198 thanks for raising an issue.

You will have to delete the sent data(country or province) which will be in the url from data structures (provinces or countries)

Thanks

Thank you