Dataset deletion should probably not delete the MMD file unless it is forced. Instead it should update the MMD with a new last_metadata_update and metadata_status="Inactive". We may want to be able to provide a comment, to be used as note in last_metadata_status, as input to the delete method as well.
I am not sure about this. It may make it overly complicated to remove MMD files.. Still, with a conscious additional input to the api, this would be safer. Whoever starts working on this - let's discuss..
Dataset deletion should probably not delete the MMD file unless it is forced. Instead it should update the MMD with a new
last_metadata_update
andmetadata_status="Inactive"
. We may want to be able to provide a comment, to be used as note inlast_metadata_status
, as input to the delete method as well.