Live Chat
Unmute a Chat User
DELETE /2/broadcasts/:id/chat/mutes/:user_id allows a previously muted user to post messages in a running broadcast chat again.
DELETE
Unmute a user in a broadcast chat
Allows a muted user to post messages in a running broadcast chat again.
:id is the alphanumeric broadcast_id, and :user_id is the numeric id of the user to unmute.
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 mute a user, use Mute a Chat User.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Pattern:
^[a-zA-Z0-9]{1,13}$A 64-bit signed integer.
Pattern:
^[1-9][0-9]{0,18}$