Any way to bulk delete groups on the Livewhale backend?

We need to delete groups for student clubs, and I believe we have over 200 of them. Does anyone know if there’s a way to bulk delete them? It would be quite onerous to go into each one and click ‘delete.’

Hey Brandon,
It’s possible with a custom PHP script to use the $_LW->read() API (to get a list of groups meeting the criteria you want) and then could loop through $_LW->delete() to delete each one. More on that here: API Basics - LiveWhale Support

In this case, though, it may be a toss-up if building a custom script is any faster than just clicking through the deletion process for a few minutes. Let us know in support if you’d like our help building out that kind of custom script, otherwise we’ll hang onto this as a feature request for core. Thanks!

Karl