---
title: "Delete Single Message"
method: DELETE
path: "/api/user/conversation/messages/{seq}"
---

# Delete Single Message

`DELETE /api/user/conversation/messages/{seq}`

Delete a single message from the user's conversation by sequence number.

## Path parameters

- `seq` integer, required

## Response `200`

Successful Response

- DeleteMessageResponse
  - `status` string, required
  - `seq` integer, required

## Other responses

- `422` — Validation Error

## 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/:seq/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)
