MyBB Community Forums

Full Version: delete old report
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
/modcp.php?action=allreports


How can I delete the reports I have already read?
Run the following query:

DELETE FROM mybb_reportedcontent WHERE reportstatus = 1;

You may need to change the prefix (mybb_) if necessary.