Skip to main content
I am working on cleaning up our Org and we have a ton of inactive workflow rules that need deleting. 
3 answers
  1. Jun 1, 12:15 PM

    Salesforce doesn’t offer a native way to mass delete inactive workflow rules, so cleaning them up manually can take a while.

    A couple of options:

    • Metadata/API tools like Workbench or VS Code + Salesforce CLI if you’re comfortable with deployment. 
    • BOFC (Bulk Object Field Creator) if you want an admin-friendly way inside Salesforce—it can bulk delete workflow rules across multiple objects without going one by one. 

    For org cleanup with lots of inactive rules, a bulk tool definitely saves a lot of time.

0/9000