Skip to main content
DELETE
Remove a chat message from a live broadcast
Removes a specific chat message from a running broadcast. :id is the alphanumeric broadcast_id, and :message_id is the id of the chat message to delete — the timestamp returned by Send a Chat Message. The authenticated user must be the broadcast owner or a chat moderator for the broadcast owner. See List Broadcast Moderators for how moderators are managed.
To also stop the author from posting further messages, use Mute a Chat User, which supports removing the prompting message in the same call.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required
Pattern: ^[a-zA-Z0-9]{1,13}$
message_id
string
required
Pattern: ^[0-9]{1,19}$

Response

The request has succeeded.

data
object
errors
object[]