removeBlockedTerm

suspend fun removeBlockedTerm(broadcasterId: String, moderatorId: String, id: String)

Twitch API: Remove Blocked Term

Removes the word or phrase from the broadcaster's list of blocked terms.

Parameters

broadcasterId

the ID of the broadcaster that owns the list of blocked terms.

moderatorId

the ID of the broadcaster or a user that has permission to moderate the broadcaster's chat room. This ID must match the user ID in the user access token.

id

the ID of the blocked term to remove from the broadcaster's list of blocked terms.