--- title: "Delete workflow" description: "Permanently delete a workflow and all associated data including execution history" source: https://flowdrop.io/docs/api/workflows/deleteWorkflow site: FlowDrop documentation --- # Delete workflow `DELETE /workflows/{id}` Permanently delete a workflow and all associated data including execution history ## Parameters - `id` · in path · string · required — Workflow UUID ## Responses - `200` — Workflow deleted successfully (`application/json`: object) - `400` — Bad request - invalid parameters or request body (`application/json`: ErrorResponse) - `404` — Resource not found (`application/json`: ErrorResponse) - `500` — Internal server error (`application/json`: ErrorResponse) *Tags: Workflows*