---
title: "Delete Conversation History"
method: DELETE
path: "/api/user/conversation/messages"
---

# Delete Conversation History

`DELETE /api/user/conversation/messages`

Delete all messages from the user's conversation, preserving memory.

Resets the initial system prompt so the conversation continues with
a clean slate while retaining compacted memory.

## Response `200`

Successful Response

- DeleteMessagesResponse
  - `status` string, required
  - `messages_deleted` integer, required

## Changes

- **2026-05-04** `d5f7b9eb1987` — 1 info
  - endpoint added
- **2026-03-20** `4c528359213d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/mozilla-ai/apis/clawbolt/changes/api/user/conversation/messages/delete.md)

---

[API](https://skmtc.dev/mozilla-ai/apis/clawbolt.md) · [All operations](https://skmtc.dev/mozilla-ai/apis/clawbolt/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mozilla-ai/clawbolt/revisions/579c110de1b8/schema)
