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

是的,有……

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

请注意,除非有备份,否则此操作是 100% 不可恢复的,请务必小心。