---
title: "Delete a message from the database."
method: DELETE
path: "/messages/{messageID}"
tags: ["Messages"]
---

# Delete a message from the database.

`DELETE /messages/{messageID}`

Delete a message from the database and removes the message content from the list of threads.

## Path parameters

- `messageID` string, required

## Response `204`

No Content

- ResponsesNoContent
  - `message` string, required
  - `status` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/ndolestudio/apis/httpsms-api-reference.md) · [All operations](https://skmtc.net/ndolestudio/apis/httpsms-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ndolestudio/httpsms-api-reference/revisions/ddd090b6b679/schema)
