The Torch ← Mattermost Feature Proposal Forum My feedback 1 result found Delete messages from a channel to clean it 42 votes Vote Vote Vote Vote We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close 1 vote 2 votes 3 votes Remove votes You have left! (?) (thinking…) 7 comments · General » Mattermost Team Edition · Delete… · Admin → How important is this to you? Not at all You must login first! Important You must login first! Critical You must login first! We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close An error occurred while saving the comment The Torch commented · Dec 12, 2020 · Delete… Hello, a simple SQL query can be used. However be careful it will delete all posts from specific channel DELETE FROM PUBLIC.POSTS WHERE CHANNELID = '<enter channel id here>' Save Submitting...
Hello, a simple SQL query can be used. However be careful it will delete all posts from specific channel
DELETE
FROM PUBLIC.POSTS
WHERE CHANNELID = '<enter channel id here>'