IS there a way to delete doc type defs on TN? I tried deleting from BIZDOCTYPEDEF table and looks like there are a lot of dependencies on the table. Is there a simpler way?
If you have a TNConsole available (up to wM 8.2), you can try to delete the doctypes from there.
For newer versions the TNConsole does not exist any longer.
In this case you should go to the MWS Administration section and delete the doctypes from there.
This approach takes care of the dependecies in the DB.
Maybe you will have to adjust some ACL Settings to be allowerd to delete DocTypes.
You can try to run the following Build-In-Services with the correct inputs:
wm.tn.doctype:delete
See TNs Build-In-Services-Guide for further information about this service.
Additionally it might be helpful to open a support incident to verify with SAG why deletion of TN DocTypes is not possible via Designer´s Delete option.