deleteGroup

open fun deleteGroup(group: Group, onDelete: () -> Unit, onFailure: (JsonObject) -> Unit)

Method to delete a group

Parameters

group

The group to delete

onDelete

The action to execute when the project has been deleted

onFailure

The action to execute when the deletion fails