Delete Apex Classes, Triggers from Salesforce Production Environment
Here is an helpful tip for deleting Classes etc from Production/Live Org
-
Go to you Sandbox org.
-
Edit package.xml in eclipse
-
Find the
<status>
in package.xml change it from Active to Deleted -
Right Click on package.xml select deploy to server and when prompted for login credentials input Production/Live Credentials.