Or may-be it was auto created by system/admin, and there is no option to permanelt delete it. And there is not even any option to change ownership of system created topics for deleting them.
I think i will have to either delete them manually using
cd /var/discourse
./launcher enter app
rails c
Post.where(topic_id: 15610).destroy_all
Topic.find_by(id: 15610).destroy!
OR i would have to UN LIST the topic. If i unlist, it will only be visible to admins and not to anyone else, right?
Actually facing this Google spam penalty issue, that’s why need to clean my site and delete all duplicate or thin content from my site in bulk. Also wondering if there is any way to find all low word count thin content on my entire discourse site?
When i did unlist them, after some time, they start to show again and get listed automatically, don’t know why. I wanted them to permanently unlist. Is there anyway to permanently unlist these or permanently delete these?