April 2020
Intermediate to advanced
716 pages
18h 55m
English
Clicking the delete button in a comment will update the post in the database by removing the comment from the comments array in the corresponding post. The delete button can be seen underneath the comment shown in the following screenshot:

To implement this delete comment feature, we need to add an uncomment API to the backend and then use it in the frontend.