Add DELETE route for cafeteria comments
- Add
DELETE /cafeteria/comments/{id}
route - HTTP 401 on guest users and users who aren't the comment author
- HTTP 404 if there is no comment with
id
- HTTP 204 on successful deletion
DELETE /cafeteria/comments/{id}
routeid