‘자동으로 상단 고정됨’ 메시지를 한 번에 모두 삭제할 수 있나요?

The best way would be to do it from the Discourse interface with Data Explorer:

Use the following query:

SELECT * from posts
WHERE action_code = 'autobumped'