---
title: "Delete A Chat Room Message"
method: POST
path: "/{id}/delete-chat-message/"
---

# Delete A Chat Room Message

`POST /{id}/delete-chat-message/`

## Path parameters

- `id` string, required

## Request body

- object
  - `message_id` string, required — Chat Message ID
  - `pubnub_timetoken` integer — If a PubNub Time Token is also provided then the message will be deleted from room history in addition to a `message-deleted` event being published.

## Response `204`

204

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/livelike/apis/engagement-suite.md) · [All operations](https://skmtc.net/livelike/apis/engagement-suite/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/livelike/engagement-suite/versions/f3171d1c30f7/schema)
