Live Chat
Delete a Chat Message
DELETE /2/broadcasts/:id/chat/:message_id removes a specific chat message from a running broadcast.
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
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Pattern:
^[a-zA-Z0-9]{1,13}$Pattern:
^[0-9]{1,19}$