Delete / Reset Translation for Products / Categories etc
If you use language inheritance (for example Italian and Swiss-Italian as inherited language) you can select both languages in the administration.
In order to use the inheritance you have to enter the Italian Translation first. It will inherit to Swiss-Italian.
If you ever (accidentally) save a translation for Swiss-Italian there is no way to revert to language inheritance for the record you saved. If you ever need to update the record you will always have to save it in Italian and in Swiss-Italian.
There should be a way to delete the translation and reactivate the inheritance
-
One simple way to implement this would be to have an option in a block's dropdown menu to "Delete current translation" & "Delete all translations" and enabling this for all elements in bulk.
That could fire an SQL query which simply NULLs cms_slot_translation.config for that block's id (or all of it, respectively).