Title: delete report
Last modified: January 23, 2018

---

# delete report

 *  Resolved [tezka](https://wordpress.org/support/users/tezka/)
 * (@tezka)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/delete-report/)
 * Hello. At one of the posts, someone pressed the report. The administrator can
   see that someone complained about this post. How to delete this inscription? 
   Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Author [Digital Arm](https://wordpress.org/support/users/digital-arm/)
 * (@digital-arm)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/delete-report/#post-9896169)
 * Hi,
 * Currently there isn’t a way to clear the reports but this task is on the backlog
   for a future release.
 * Thanks.
 *  Thread Starter [tezka](https://wordpress.org/support/users/tezka/)
 * (@tezka)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/delete-report/#post-9899005)
 * Digital Arm, thanks! I understand that there is no such configuration or button
   that would delete the report. But maybe you can tell me how I can reset all reports?
   For example, if the reports are stored in a file on the hosting, I could delete
   the rows or replace the entire file. Is it possible?
 *  Plugin Author [Digital Arm](https://wordpress.org/support/users/digital-arm/)
 * (@digital-arm)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/delete-report/#post-9899259)
 * Certainly! The data is stored in the database as post meta with a key: _bbp_modtools_post_report
 * Does that give you enough to go on?
 *  Thread Starter [tezka](https://wordpress.org/support/users/tezka/)
 * (@tezka)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/delete-report/#post-9900749)
 * I’m not sure yet. I found 3 repetitions of this key in the file [moderation.php](https://image.prntscr.com/image/uFQm7fURSwKne4YVB-u1kA.jpg).
   But I do not understand what needs to be done to make a reset. More precisely,
   I want to delete those 2 reports that got into the database.
 *  Thread Starter [tezka](https://wordpress.org/support/users/tezka/)
 * (@tezka)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/delete-report/#post-9908793)
 * Are there any more clues?
 *  Plugin Author [Digital Arm](https://wordpress.org/support/users/digital-arm/)
 * (@digital-arm)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/delete-report/#post-9912480)
 * You would need to run a query in the database on your wp_postmeta table.
 * DELETE FROM wp_postmeta WHERE meta_key = ‘_bbp_modtools_post_report’;
 * If you wanted to delete reports only for a certain post:
 * DELETE FROM wp_postmeta WHERE post_id = ’20’ AND meta_key = ‘_bbp_modtools_post_report’;//
   Edit 20 to your post ID.
 * If you don’t have access to the database or aren’t comfortable running this then
   probably best to wait until the next release which will have a “Clear Reports”
   action.
 * Let me know how you get on.
    -  This reply was modified 8 years, 3 months ago by [Digital Arm](https://wordpress.org/support/users/digital-arm/).

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘delete report’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/moderation-tools-for-bbpress_36abd6.
   svg)
 * [bbPress - Moderation Tools](https://wordpress.org/plugins/moderation-tools-for-bbpress/)
 * [Support Threads](https://wordpress.org/support/plugin/moderation-tools-for-bbpress/)
 * [Active Topics](https://wordpress.org/support/plugin/moderation-tools-for-bbpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/moderation-tools-for-bbpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/moderation-tools-for-bbpress/reviews/)

## Tags

 * [reports](https://wordpress.org/support/topic-tag/reports/)

 * 6 replies
 * 2 participants
 * Last reply from: [Digital Arm](https://wordpress.org/support/users/digital-arm/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/delete-report/#post-9912480)
 * Status: resolved