> ## 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. All associated configuration, nodes, and connections will be permanently removed. 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>
  Only **Draft** and **Inactive** workflows can be deleted. An **Active** workflow must be deactivated first — the delete request is rejected otherwise.
</Note>
