 
 
 
 
 
 
 
  
NAME 
midelete_attr - delete the attribute given its name
SYNOPSIS
#include <minc2.h>
int midelete_attr ( mihandle_t          volume,
                    const char          *path,
                    const char          *name)
                       
                                
DESCRIPTION
This methods deletes the attribute with the specified name. It also clears 
memory and releases handles.
RETURN VALUE
midelete_attr returns MI_NOERROR if it successfully deletes the attribute
or MI_ERROR otherwise