How to Delete a Workflow in n8n Easily 2026
By Impran M N
Cleaning up old or redundant automations keeps your n8n workspace organized, but deleting a workflow is permanent, so it pays to do it carefully. This guide covers how to find the workflow you want to remove, disable any active triggers first, and confirm the deletion without losing anything you might still need.
01Open your Workflows directory
From the main sidebar, open the central list of all your workflows.
02Locate the target workflow
Browse or search your workflow list to find the specific automation you intend to remove.
03Deactivate it first
Switch off the active toggle to disable any live webhooks or scheduled triggers before deleting, so nothing fails mid-run.
04Open the options menu
Use the workflow's settings menu to reveal management actions, including delete.
05Confirm the deletion
Select delete and confirm the warning prompt to permanently remove the workflow and its execution history.
06Back up first if unsure
Before deleting anything important, export the workflow as a JSON file so you can restore it later if needed.
Frequently asked questions
Can I undo a workflow deletion?
No, once confirmed the deletion is permanent, which is why exporting a backup JSON file first is recommended for anything you might want later.
Does deleting a workflow remove its execution history too?
Yes, deleting a workflow also clears its associated execution logs and historical run data.
Do I need to deactivate a workflow before deleting it?
It's a good practice, since an active workflow may have live webhooks or scheduled triggers that could error out mid-deletion.
Can I delete multiple workflows at once?
This depends on your n8n version and interface, but generally each workflow is deleted individually through its own options menu.
Watch the full walkthrough
The same steps, demonstrated on screen from start to finish.



