---
title: "Delete Message Flow"
api: "DELETE /v1/api/message-flows/{id}"
description: "Delete an existing message flow."
---

> **For AI agents:** the complete documentation index is at [llms.txt](/llms.txt). Append `.md` to any page URL for its markdown version.

### 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 message flow to delete.
</ParamField>

<ResponseExample>
```json 
HTTP/1.1 204 No Content 
```
</ResponseExample>
