justinmauldin7 / Play_BE

0 stars 1 forks source link

Delete Favorites Endpoint #17

Closed danbriechle closed 5 years ago

danbriechle commented 5 years ago

As a user when I send a delete request to DELETE /api/v1/favorites/:id the favorite with the id passed in and return a 204 status code.

If the favorite can’t be found, a 404 will be returned.