---
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

---

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