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

# Delete a conversation.

`DELETE /v1/conversations/{conversation_id}`

Delete a conversation given a conversation_id.

## Path parameters

- `conversation_id` string, required — ID of the conversation from which we are fetching metadata.

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mistral/apis/mistral-ai-api.md) · [All operations](https://skmtc.net/mistral/apis/mistral-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mistral/mistral-ai-api/revisions/933c4ebdcd72/schema)
