---
title: "DELETE /v1/messages/{message_id}"
method: DELETE
path: "/v1/messages/{message_id}"
tags: ["messages"]
---

# DELETE /v1/messages/{message_id}

`DELETE /v1/messages/{message_id}`

Delete a message belonging to an user

## Path parameters

- `message_id` string, required

## Response `204`

Successful deletion. No body is returned

## Other responses

- `401` — Unauthorized access
- `403` — Forbidden action. Server is refusing to delete this ressource
- `404` — message not found

---

[API](https://skmtc.net/caliopen/apis/caliopen-http-rest-api.md) · [All operations](https://skmtc.net/caliopen/apis/caliopen-http-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/caliopen/caliopen-http-rest-api/revisions/f32b5d08284d/schema)
