Unpin Chat Message
Unpins a Twitch chat message from the selected channel. For more information, see the Twitch API Reference Guide for Unpin Chat Message.
| Box Name | Type | Description |
|---|---|---|
| Channel | Dropdown | Twitch channel where the message should be unpinned. Leave empty to use the default account. |
| Message ID | String | Message ID to unpin. Leave empty to use message_id from the trigger pull data. |
Requires the
moderator:manage:chat_messages Twitch scope.
Twitch API Endpoint: DELETE /helix/chat/pins
| Request Field | Type | Description |
|---|---|---|
| broadcaster_id | String | The ID of the broadcaster’s channel to unpin the message in |
| moderator_id | String | The ID of a moderator or the broadcaster who is unpinning the message |
| message_id | String | The ID of the pinned message to unpin |