Live Chat
Remove a Broadcast Moderator
DELETE /2/broadcasts/chat/moderators/:id removes a user from the authenticated user’s chat moderators.
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
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The numeric user id of the moderator to remove.
Pattern:
^[1-9][0-9]{0,18}$