How to permanently delete a post?

Qustion is how i can permanet delete post. thread ?

i was see there was

./launcher enter app
rails c
Post.find(THE_POST_ID).destroy

but no really undestand how find it id , and how to delete it compleate .

You can permanently delete from the console, but there is now an easier option that will allow you to do it from the UI. :+1: You do need to enable a hidden site setting, but you can find the instructions here:

3 Likes

is that will be enabled for all posts or that will be only like option ?
example “hide or delete”

1 Like

It adds an option to the post wrench:

There are a couple of safeguards too, and a bit more detailed info in this topic:

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.