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

# Delete Conversation

`DELETE /api/conversations/{conversation_id}`

Permanently delete a conversation and all its messages.

## Path parameters

- `conversation_id` string, required

## Response `200`

Conversation deleted

- ApiResponse
  - `success` boolean, required
  - `data` object, required

## Other responses

- `401` — Unauthorized
- `404` — Conversation not found

---

[API](https://skmtc.dev/fim-ai/apis/fim-one-api.md) · [All operations](https://skmtc.dev/fim-ai/apis/fim-one-api/llms.txt) · [OpenAPI document](https://skmtc.dev/fim-ai/apis/fim-one-api/revisions/6832c00d58dc?raw)
