H5Gunlink
fn
herr_t H5Gunlink(hid_t loc_id, const char * name)Removes a link from a group (deprecated).
Use H5Ldelete instead.
Parameters
loc_id | Location identifier |
name | Name of the link to remove |
Returns
Non-negative on success, negative on failure.