> ## 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

> Delete a workflow from the Flowker Console using the Actions menu, confirm the removal, and understand how in-progress runs and history are handled.

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. The deletion permanently removes all associated configuration, nodes, and connections. After deletion, Flowker attempts to mark pending or running executions as failed. This best-effort cleanup may not update every in-progress execution. Past execution records for the workflow will remain available in the **Executions** page.
</Danger>

<Note>
  You can delete only **Draft** and **Inactive** workflows. Deactivate an **Active** workflow first. Otherwise, Flowker rejects the delete request.
</Note>
