> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
> Use this file to discover all available pages before exploring further.

# Deleting a workflow

> Remove a workflow from the Console when it is obsolete or no longer required for your automation processes.

To remove a workflow from Lerian Console:

<Steps>
  <Step>
    On the **Workflows** page, find the workflow you want to delete.
  </Step>

  <Step>
    Click the three dots (<Icon icon="ellipsis-vertical" />) on the **Actions** column and select **Delete**.
  </Step>

  <Step>
    A **Confirm Deletion** dialog will appear with the workflow name. Confirm the deletion.
  </Step>
</Steps>

<Danger>
  Deleting a workflow cannot be undone. All associated configuration, nodes, and connections will be permanently removed. However, past execution records for the workflow will remain available in the **Executions** page.
</Danger>

<Note>
  Active workflows should be deactivated before deletion to prevent any new executions from being triggered during the process.
</Note>
