deleteGroup

abstract suspend fun deleteGroup(group: MimiGroup)

Deletes the mimiGroup from the backend, deactivates it if it was active and updates the GroupController.mimiGroups

Parameters

group

the MimiGroup to be deleted