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
409 stars 64 forks source link

Delete comments #114

Closed christher-lenander closed 2 years ago

christher-lenander commented 2 years ago

How can I delete comments in the comments plugin view?

cyp3rius commented 2 years ago

@ChristherLenander only author is able to remove comment, moderator is able to block them to not change / break the flow of discussion and sometimes reasoning of ban etc.

Hope it helps.

christher-lenander commented 2 years ago

I want to be able as Super Admin to delete comments. Especial in development mode. When It's just for testing and development. That without needing to go into the database and do it manualy.

cyp3rius commented 2 years ago

At this very moment we're not considering adding such functionality even for super admin.

In testing / development mode you might use the Delete Comment endpoint exposed for Client.