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

## Changes

- **2019-04-17** `4972c4d23f4c` — 1 info
  - endpoint added
- **2019-04-15** `4eea567e9044` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/caliopen/apis/caliopen-http-rest-api/changes/v1/messages/:message_id/delete.md)

---

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