How to find deleted posts

If you’re an admin you can view all deleted posts in the Latest view by using the ?status=delete query.

An example would look like this:

discourse.yourwebsite.com/latest?status=deleted

Note, you will only see the deleted topics if you are an Admin or Moderator. If you don’t have those permissions, you will just see the normal presentation of latest.

Feel free to copy this :point_down: and try it on your own URL

/latest?status=deleted
2 Likes