function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Stefan Senegeac 6Stefan Senegeac 6 

Deleting managed components the right way(dependency wise)?

So I got the permission(from SF support) to delete managed components from our managed package. And then I started deleting like a naive simpleton... I ended up being unable to access the managed package(when I went to Setup->Create->Packages->My managed package it gave a black and white error which I never experienced with SF in 3+ years of exp). Back to support, after escalations and clarifications they concluded that I deleted a component which another one from the package had a relationship so I just needed to delete the other one that gave the error. This took about 3 weeks(the support part).
Now I have to delete the rest of the components which there are plenty - what would be a correct, hierarchical way in order not to end with the above situation again? Will the old Eclipse Deployment order work here(the hierarchy part)?