Menghapus kelompok pesan interaktif.
Deskripsi operasi
Before you call this operation, make sure that you have called the CreateLiveMessageGroup operation to create an interactive messaging group.
After you delete an interactive messaging group, it is no longer available. Every user in the group is notified that the group is closed.
After you delete an interactive messaging group, messages in the group are retained for 30 days.
QPS limit
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you will experience service interruptions. We recommend that you take note of this limit when you call this operation.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:DeleteLiveMessageGroup |
delete |
*Rtc
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
Yes |
ID aplikasi. |
demo |
| GroupId |
string |
Yes |
ID kelompok yang ingin Anda hapus. |
grouptest |
| OperatorId |
string |
No |
ID pengguna yang melakukan operasi penghapusan. ID dapat memiliki panjang hingga 64 byte dan hanya dapat berisi huruf dan angka. |
uid1 |
| DataCenter |
string |
No |
Pusat data lokal. Harus sama dengan pusat data lokal yang ditentukan saat Anda memanggil operasi CreateLiveMessageApp untuk membuat aplikasi pesan interaktif. Nilai valid: cn-shanghai dan ap-southeast-1 (Singapura). |
cn-shanghai |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
B95BE680-5A6A-1CAD-8AB1-09DFF5D6**** |
| GroupId |
string |
The ID of the deleted or non-existent group. |
grouptest |
Contoh
Respons sukses
JSONformat
{
"RequestId": "B95BE680-5A6A-1CAD-8AB1-09DFF5D6****",
"GroupId": "grouptest"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InputInvalid | %s. | Illegal input parameters |
| 500 | ServerError | %s. | Unknown error, please try again later or submit a ticket for consultation. |
| 403 | NoAuth | %s. | No permission |
| 404 | ResourceNotExist | %s. | The requested resource does not exist, please check and try again |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.