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

# Delete workflow

> Permanently remove a workflow. Renders are not deleted.

<ParamField path="id" type="string" required>Workflow id.</ParamField>

### Response

```json theme={null}
{ "ok": true }
```

<Warning>
  This is irreversible. Render history (`_renders/`) and uploaded assets
  in storage are kept, only the workflow record is removed.
</Warning>
