Is there a certain way to commit a transaction using the Hyperledger Composer API once I insert or update an asset in a registry?
The reason why I ask this question is after I insert an asset, I can delete it from the registry using the Registry.Remove() API call. Given that data in the BlockChain should be indelible, how do I achieve this?
Of course, I can put ACL's to prevent a certain participant from accessing the delete transaction, but that is not making it truly indelible. What if the owner of the data wants to delete his/her action?!
Any thoughts?