VirtusLab-Open-Source / strapi-plugin-comments

A plugin for Strapi Headless CMS that provides end to end comments feature with their moderation panel, bad words filtering, abuse reporting and more.
MIT License
407 stars 63 forks source link

[Request] removeallcomment Endpoint #76

Closed Neyunse closed 2 years ago

Neyunse commented 2 years ago

I was looking at the documentation and thought it would be nice to have an Endpoint to remove all comments.... The idea came to me when I was finishing the integration of the comment system to a social network project in react

cyp3rius commented 2 years ago

Hello @Neyunse, such functionality doesn't have business value at all honestly speaking. Our plugin provides ability to remove a single comment:

https://github.com/VirtusLab-Open-Source/strapi-plugin-comments#delete-comment

All comments seems like more engineering action, so here database approach is relevant.