Menghapus episode dari daftar episode.
Deskripsi operasi
This operation deletes a show from a show list. You must first call the AddShowIntoShowList operation to add the show.
QPS limit
The limit for this operation is 10 queries per second (QPS) per user. API calls that exceed this limit are throttled, which may affect your business. Plan your API calls to avoid exceeding this limit.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:RemoveShowFromShowList |
get |
*Caster
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
ID wilayah. |
cn-shanghai |
| showIdList |
array |
No |
ID acara yang akan dihapus. |
|
|
string |
No |
The ID of the show to delete. |
a2b8e671-2fe5-4642-a2ec-bf93880e**** |
|
| CasterId |
string |
Yes |
ID studio produksi.
Catatan
Nama studio produksi di daftar pada halaman Studio Produksi Cloud adalah ID studio produksi. |
LIVEPRODUCER_POST-cn-0pp1czt**** |
| ShowId |
string |
No |
ID acara. Catatan
Dapatkan ShowId dari tanggapan operasi AddShowIntoShowList. |
a2b8e671-2fe5-4642-a2ec-bf93880e**** |
| isBatchMode |
boolean |
No |
Apakah akan menghapus acara secara Batch. Nilai valid:
Catatan
Jika Anda tidak menentukan parameter ini atau membiarkannya kosong, satu acara akan dihapus. |
false |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
16A96B9A-F203-4EC5-8E43-CB92E68F4CD8 |
| ShowId |
string |
The show ID. |
a2b8e671-2fe5-4642-a2ec-bf93880e**** |
| failedList |
string |
A list of IDs of the shows that failed to be deleted and the failure information. |
failedList[Show1, Show2...] |
| successfulShowIds |
string |
The IDs of the shows that were successfully deleted. |
f1933f16-5467-4308-b3a9-e8d451a90999 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "16A96B9A-F203-4EC5-8E43-CB92E68F4CD8",
"ShowId": "a2b8e671-2fe5-4642-a2ec-bf93880e****",
"failedList": "failedList[Show1, Show2...]",
"successfulShowIds": "f1933f16-5467-4308-b3a9-e8d451a90999"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidUserId.Malformed | %s, please check userId. | |
| 400 | InvalidParameter.Malformed | There are invalid parameters: %s. | |
| 400 | InvalidCasterId.Malformed | %s, please check and try again later. | |
| 400 | MissingParameter | %s. | |
| 401 | IllegalOperation | %s, please check and try again later. | |
| 500 | InternalError | %s, please try again later. | |
| 404 | InvalidCaster.NotFound | %s, please check and try again later. | |
| 404 | InvalidShowList.NotFound | %s, please check and try again later. | |
| 404 | InvalidShow.NotFound | %s, please check and try again later. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.