---
title: "Delete Call Flow"
api: "DELETE /v1/api/call-flows/{id}"
description: "Permanently remove a call flow."
---

### Headers  

<ParamField header="x-workspace-id" type="string" required>
  Workspace identifier for the API.
</ParamField>

### Path Parameters

<ParamField path="id" type="string" required>
  The unique ID of the call flow to delete.
</ParamField>

<ResponseExample>
```json 
HTTP/1.1 204 No Content 
```
</ResponseExample>
