If I want to completely delete a post, I should just hide them?

はい、あります…

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

これはバックアップを取得しない限り完全に復元不可能な操作ですので、十分ご注意ください。