---
title: "Delete a conversation. Items in the conversation will not be deleted."
method: DELETE
path: "/conversations/{conversation_id}"
tags: ["Conversations"]
---

# Delete a conversation. Items in the conversation will not be deleted.

`DELETE /conversations/{conversation_id}`

## Path parameters

- `conversation_id` string, required

## Response `200`

Success

- DeletedConversationResource
  - `object` 'conversation.deleted', required
  - `deleted` boolean, required
  - `id` string, required

---

[API](https://skmtc.net/openai/apis/openapi.md) · [All operations](https://skmtc.net/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openai/openapi/revisions/63028c4d3916/schema)
