NAME
midelete_group - delete an existing group
SYNOPSIS
#include <minc2.h>
int midelete_group ( mihandle_t volume,
const char *path,
const char *name)
DESCRIPTION
This method deletes the group with the given group name.
RETURN VALUE
midelete_group returns MI_NOERROR if it successfully deletes a group
or MI_ERROR otherwise