How can I remove these groups?

William Miranda

Beginner
Apr 5, 2023
7
0
1
How to delete certain groups that have been added to multiple locations, such as broadcasts or contact lists etc. Although these groups were added by mistake, I am unable to find an option to delete them. Can you please advise me on how to remove these groups?

Furthermore, I believe there should be an option to remove groups in order to avoid complications in managing them if they accumulate over time.
 

Attachments

  • Screenshot 2023-04-05 162114.png
    Screenshot 2023-04-05 162114.png
    139.3 KB · Views: 5

mohammad

Member
Staff member
Aug 31, 2020
127
34
28
Currently, there is no option to remove the Group, however, I would like to inform you that this feature is already in the development pipeline.

In the meantime, if you wish to delete a Group, you can do so by removing it from the database directly. Please keep in mind that deleting a Group requires the deletion of all the associated data. For instance, if you want to delete a broadcast group, you must delete all broadcasts linked to that particular Group prior to deleting the Group. Below is the SQL query to delete a Group.

DELETE FROM `groups` WHERE name = 'group_name'

Note: This is not a bug, it is a feature that is currently not present in Mumara and for such a query you can always post under the Feature Request threads.
 

faheemzahid

Beginner
Apr 10, 2023
17
2
3
But how to remove groups in Mumara One, is there any solution to it?
Currently, there is no option to remove the Group, however, I would like to inform you that this feature is already in the development pipeline.

In the meantime, if you wish to delete a Group, you can do so by removing it from the database directly. Please keep in mind that deleting a Group requires the deletion of all the associated data. For instance, if you want to delete a broadcast group, you must delete all broadcasts linked to that particular Group prior to deleting the Group. Below is the SQL query to delete a Group.



Note: This is not a bug, it is a feature that is currently not present in Mumara and for such a query you can always post under the Feature Request threads.

But how to remove groups in Mumara One, is there any solution to it?