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

# Delete Conversation

`DELETE /api/conversations/{conversation_id}`

## Path parameters

- `conversation_id` string, required

## Response `200`

Successful Response

- ApiResponse
  - `success` boolean
  - `data` unknown
  - `error` string, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-03-22** `6dc2d6f33d44` — 3 breaking, 9 info
  - the response property `data` became optional for the status `200`
  - the response property `success` became optional for the status `200`
  - the `data` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - api operation id `delete_conversation_api_conversations__conversation_id__delete` was added
  - …8 more

[Change history](https://skmtc.dev/fim-ai/apis/fim-one-api/changes/api/conversations/:conversation_id/delete.md)

---

[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-service-production.skmtc.workers.dev/v1/apis/fim-ai/fim-one-api/revisions/89738ff55831/schema)
