deleteGroup

abstract fun deleteGroup(groupId: String): Boolean

Deletes a group by its ID.

Return

true if the group was deleted, false otherwise

Parameters

groupId

the ID of the group to delete