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

# Delete Conversation

`DELETE /snapshots/{snapshot_id}/chat/conversations/{conversation_id}`

Soft-delete a conversation. Messages are kept so restore is lossless.

## Path parameters

- `snapshot_id` string, required
- `conversation_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/repowise/apis/repowise-hosted-api.md) · [All operations](https://skmtc.dev/repowise/apis/repowise-hosted-api/llms.txt) · [OpenAPI document](https://skmtc.dev/repowise/apis/repowise-hosted-api/revisions/8c05b8b9a5c4?raw)
