Fortunately, with the availability of Workbench on Developer Force, the steps required for deploying destructive changes (that delete components) are pretty simple:
- Create a package.xml file
- Create a destructiveChanges.xml file
- Bundle the two files together in a .zip file
- Deploy the .zip package using Workbench
As you can see from this sample .zip package, the files are fairly simple and straightforward. Multiple types of metadata can be removed with a single package.
The exact steps for deploying using Workbench 29.0.1 are:
- Open the migration menu, then click Deploy
- Click Browse... and select the .zip package file
- Mark the "Rollback On Error" checkbox
- Mark the "Single Package" checkbox
- Mark the "Run All Tests" checkbox
- Click Next
- Review the deployment options, then click Deploy
The results, successful or otherwise, will be displayed in Workbench for you to review once the deployment process is complete.