Delete extension entities
Hi everyone,
we deploy a TWX application to different environments as an extension.
As we're upgrading to TWX 9.2.1 we need to delete all dependencies of WindchillConnector in order to be able to do the upgrade.
Unfortunately our extension includes a ThingTemplate that is directly inheriting from WindchillConnector. We would like to delete this ThingTemplate but we're not able to (even if all dependencies of this particular ThingTemplate have been removed).
How can we delete this ThingTemplate without completely removing the extension (too much overhead, as the extension is quite complex and requires a lot of set-up/configuration)?
We tried:
1. Delete via service -> Error: Extension Entities Cannot be deleted
2. Delete via UI after all dependencies have been removed: delete button still greyed out
3. aspect.isEditableExtensionObject="true" -> extension developers guide tells us it is not allowed on Thing Templates.

