I am working on an application that (hopefully) will delete unneeded (specified) entities. but first it needs to delete all dependencies. I am able to get the list of dependencies, i.e. component type and component id.
1) is there a retrieve method that I can use to retrieve the name of the component? I need this for documentation purposes.
2) which method should I use to actually delete the component?
thanks for your help