Removes a user from an interactive messaging group.
Operation description
Call CreateLiveMessageGroup to create an interactive messaging group before calling this operation.
QPS limit
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped, which may cause service interruptions.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:KickLiveMessageGroupUser |
none |
*Rtc
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
Yes |
The ID of the interactive messaging application that the group belongs to. |
coims-**** |
| GroupId |
string |
Yes |
The ID of the interactive messaging group to remove the user from. |
grouptest |
| KickoffUser |
string |
Yes |
The user that you want to remove. |
uid1 |
| DataCenter |
string |
No |
The data center. Must match the value specified when you called CreateLiveMessageApp. Valid values: cn-shanghai and ap-southeast-1 (Singapore). |
cn-shanghai |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
97168878-5288-10CE-AE56-E2D1627FB5F4 |
Examples
Success response
JSON format
{
"RequestId": "97168878-5288-10CE-AE56-E2D1627F****"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InputInvalid | %s. | Illegal input parameters |
| 500 | ServerError | %s. | Unknown error. Try again later or submit a ticket. |
| 403 | NoAuth | %s. | No permission |
| 404 | ResourceNotExist | %s. | The requested resource does not exist. Verify the parameters and try again. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.