Skip to main content
DELETE
Unmute a user in a broadcast chat
Allows a muted user to post messages in a running broadcast chat again. The authenticated user must own the broadcast. :id is the alphanumeric broadcast_id, and :user_id is the numeric id of the user to unmute.
To mute a user, use Mute a Chat User.

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}$
user_id
string
required

A 64-bit signed integer.

Pattern: ^[1-9][0-9]{0,18}$

Response

The request has succeeded.

data
object
errors
object[]