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

# Delete Conversation

`DELETE /chat/conversations/{conversation_id}`

Delete a chat conversation and all associated data (developer only).

## Path parameters

- `conversation_id` string, uuid, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
