---
title: "Delete Conversation"
method: DELETE
path: "/conversations/{conversation_id}"
tags: ["Conversations"]
---

# Delete Conversation

`DELETE /conversations/{conversation_id}`

**Available for**: Chatflow, New Agent, Chatbot, Agent apps.

Deletes a conversation.

## Path parameters

- `conversation_id` string, required

## Request body

- object
  - `user` string — End-user identifier, defined by your app and unique within it. See [End User Identity](/en/api-reference/guides/end-user-identity).

## Response `204`

Conversation deleted successfully. No content returned.

## Other responses

- `400` — `not_chat_app` : App mode does not match the API route.
- `404` — `not_found` : Conversation does not exist.

---

[API](https://skmtc.net/langgenius/apis/dify-service-api.md) · [All operations](https://skmtc.net/langgenius/apis/dify-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langgenius/dify-service-api/revisions/e49b3db72bad/schema)
