---
title: "Delete Message"
method: DELETE
path: "/api/v1/chat-history/messages/{message_id}"
---

# Delete Message

`DELETE /api/v1/chat-history/messages/{message_id}`

Delete a specific message.

## Path parameters

- `message_id` string, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/morpheusais/apis/morpheus-api-gateway.md) · [All operations](https://skmtc.dev/morpheusais/apis/morpheus-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/morpheusais/morpheus-api-gateway/revisions/061297d1593b/schema)
