---
title: "Delete a conversation."
method: DELETE
path: "/v1/conversations/{conversation_id}"
tags: ["Conversations"]
---

# Delete a conversation.

`DELETE /v1/conversations/{conversation_id}`

Delete a conversation with the given ID.

## Path parameters

- `conversation_id` string, required — The conversation identifier.

## Response `200`

The deleted conversation resource.

- ConversationDeletedResource — Response for deleted conversation.
  - `id` string, required — The deleted conversation identifier
  - `object` 'conversation.deleted' — Object type
  - `deleted` boolean — Whether the object was deleted

## Other responses

- `400` — The request was invalid or malformed
- `429` — The client has sent too many requests in a given amount of time
- `500` — The server encountered an unexpected error
- `default` — An error occurred

---

[API](https://skmtc.net/ogx-ai/apis/ogx-specification-stable-experimental-apis.md) · [All operations](https://skmtc.net/ogx-ai/apis/ogx-specification-stable-experimental-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ogx-ai/ogx-specification-stable-experimental-apis/versions/f3f783962256/schema)
