Deletes an existing group from the improve repository.
Arguments
- groupId
Character. The ID of the group to delete.
Value
TRUE if the group was deleted successfully, FALSE otherwise.
Examples
if (FALSE) { # \dontrun{
deleteGroup("some-group-id")
} # }