Skip to main content
DELETE
Remove a broadcast moderator
Removes a user from the authenticated user’s chat moderators. :id is the numeric user id of the moderator to remove. Once removed, the user can no longer moderate chat in any of the authenticated user’s broadcasts.
A user can have up to 20 moderators. To list current moderators, use List Broadcast Moderators.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The numeric user id of the moderator to remove.

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

Response

The request has succeeded.

data
object
errors
object[]