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
srikanth nsrikanth n 

I want to clean up my sandbox(delete bulk classes, objects,triggers etc). can any one guide me

I want to clean up my sandbox(delete bulk classes, objects,triggers etc). can any one guide me....Thanx in advance
logontokartiklogontokartik
Cleaning up is a very complex task, as there will be lots of dependancies you need to take care of. You can try creating a destructiveChanges.xml file with all you want to remove, but again its a very manual process. 

You can try some really good tools like Code analysis to get Apex Class dependancies, but again its much easier to just refresh your sandbox,

https://github.com/afawcett/apex-codeanalysis