Skip to main content
POST
Mute a user in a broadcast chat

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}$

Body

application/json
user_id
string
required

The user to mute.

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

A chat message to remove while muting the user.

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

Response

The request has succeeded.

data
object
errors
object[]