---
title: "Changes to Delete Conversation"
method: DELETE
path: "/api/conversations/{conversation_id}"
---

# Changes to Delete Conversation

`DELETE /api/conversations/{conversation_id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 1 of 11 revisions.

- **2026-03-22** `6dc2d6f33d44` — 3 breaking, 9 info

## 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
  - the endpoint scheme security `HTTPBearer` was added to the API
  - api tag `conversations` added
  - api tag `Conversations` removed
  - added the non-success response with the status `422`
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `404`
  - added the optional property `error` to the response with the `200` status
  - the `success` response's property default value `true` was added for the status `200`

---

[Operation](https://skmtc.dev/fim-ai/apis/fim-one-api/docs/api/conversations/:conversation_id/delete.md) · [API](https://skmtc.dev/fim-ai/apis/fim-one-api.md) · [Page](https://skmtc.dev/fim-ai/apis/fim-one-api/changes/api/conversations/:conversation_id/delete)
