curl --request DELETE \
--url https://apix.us.amity.co/api/v3/video-streaming/{streamId}/viewer-bans \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"userIds": [
"<string>"
]
}
'{
"success": true
}curl --request DELETE \
--url https://apix.us.amity.co/api/v3/video-streaming/{streamId}/viewer-bans \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"userIds": [
"<string>"
]
}
'{
"success": true
}Documentation Index
Fetch the complete documentation index at: https://learn.social.plus/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Stream id to update
50List of user IDs to unban from the live stream
Successfully unbanned users