Home » n8n» n8n how to delete workflow – Beginner Guide

Getting started: n8n how to delete workflow?

This short guide explains n8n how to delete workflow and gives a clear answer: you remove a workflow from the n8n editor using the workflow list or the editor menu, or you archive it to preserve history. The steps are simple and safe for beginners using Docker setups.

What Is a workflow in n8n?

A workflow is a set of nodes that run automation tasks. Workflows connect services and move data. You can edit, export, archive, or delete them in the editor. Knowing what a workflow contains helps decide if you should delete it.

n8n how to delete workflow – Quick overview

Open the n8n editor and find the workflow list or the active workflow view. Use the list controls or editor menu to remove a workflow. Deleting removes it from the active instance. Archiving keeps a record you can restore or export later. This gives control without losing important logic.

When to archive vs delete

Archive a workflow when you want to keep its configuration but stop it from running. Archive preserves history and allows future use. Delete a workflow when it is obsolete or duplicated. Deletion is final in the UI, so be sure before you remove it.

Tips for safe workflow removal

  • Export workflows before deletion to keep a backup file.
  • Use clear naming and version notes so you can find old logic.
  • Check active triggers and connected credentials before removing a workflow.
  • Confirm user permissions so only trusted users can delete workflows.
  • On Docker, ensure persistent volumes or exports hold your data outside the container.

Summary

Deleting a workflow in n8n is done from the editor or workflow list. Archive instead when you want to keep history. Export and back up before removal to stay safe. These steps help beginners manage workflows cleanly in n8n on Docker.


Neil
Written by Neil

Neil is a true n8n geek who lives and breathes workflow automation. He dives deep into nodes, triggers, webhooks, custom logic, and self-hosting setups, sharing everything he learns about n8n on AutomationCompare.com. As part of a broader team of automation specialists, Neil focuses purely on mastering n8n and helping others unlock its full potential.

Keep Reading

Scroll to Top