Method of HDF5File.
delete_attribute(const string path, const string name) -> HDF5File
Deletes an attribute and returns the file for chaining.
Parameters
- path: Object path ("/" for file-level attributes).
- name: Attribute name.
Returns
Reference to the same HDF5File instance.