removeVip

suspend fun removeVip(broadcasterId: String, userId: String)

Twitch API: Remove Channel VIP

Removes the specified user as a VIP in the broadcaster's channel.

Rate Limits: The broadcaster may remove a maximum of 10 VIPs within a 10-second window.

Parameters

broadcasterId

the ID of the broadcaster who owns the channel where the user has VIP status.

userId

the ID of the user to remove VIP status from.