09-08-2017, 10:34 PM
I don't know that the current (live) messaging system has this function built yet. It was experimental until alpha (the version we are developing now). The new one that is getting pushed out has a lot of awesome features.
Otherwise, you can run these two queries on your DB:
DELETE FROM messages
DELETE FROM message_threads
BEWARE, that will delete EVERYTHING in those two tables.
Otherwise, you can run these two queries on your DB:
DELETE FROM messages
DELETE FROM message_threads
BEWARE, that will delete EVERYTHING in those two tables.