Remove Suspicious Users
Removes the suspicious user status from a Twitch user in the specified channel. For more information, check out the Twitch API Reference Guide for Remove Suspicious Status From Chat User.
| Box Name | Type | Description |
|---|---|---|
| Channel | Dropdown | Twitch channel to remove the status in. |
| User Name | String | The username of the person to update. |
Requires the
moderator:manage:suspicious_users and user:read:email Twitch scopes.
Twitch API Endpoint: DELETE /helix/moderation/suspicious_users
| Request Field | Type | Description |
|---|---|---|
| broadcaster_id | String | The ID of the broadcaster’s channel to remove the suspicious status in |
| moderator_id | String | The ID of the moderator removing the status |
| user_id | String | The ID of the user to remove the suspicious status from |