エピソードリストからエピソードを削除します。
Usage note
リクエストには、ProgramIdとProgramItemIdsの両方が必要です。 They are included in the response when you call the AddPlaylistItems operation.
QPS制限
A single user can perform a maximum of 10 queries per second (QPS). Throttling is triggered when the number of calls per second exceeds the QPS limit. The throttling may affect your business. Thus, we recommend that you observe the QPS limit on this operation. シングルユーザーの意味とQPSの詳細については、「ApsaraVideo LiveのAPI操作のQPS制限」をご参照ください。
デバッグ
リクエストパラメーター
パラメーター | データ型 | 必須/任意 | 例 | 説明 |
---|---|---|---|---|
操作 | String | 必須 | PlaylistItemsの削除 |
実行する操作です。 値を DeletePlaylistItems. |
ProgramId | String | 必須 | 445409ec-7eaa-461d-8f29-4bec2eb9 **** |
The ID of the episode list from which you want to remove the episodes. |
ProgramItemIds | String | 必須 | ["c09f3d63-eacf-4fbf-bd48-a07a6ba7 ****" 、"c10f3d63-eacf-4fbf-bd48-a07a6ba7 ****"] |
削除するエピソードのID。 |
レスポンスパラメーター
パラメーター | データ型 | 例 | 説明 |
---|---|---|---|
ProgramId | String | 445409ec-7eaa-461d-8f29-4bec2eb9 **** |
エピソードが削除されたエピソードリストのID。 |
RequestId | String | 5c6a2a0d-f228-4a64-af62-20e91b96**** |
リクエストの ID です。 |
例
リクエストの例
http(s):// live.aliyuncs.com/?Action=DeletePlaylistItems
&ProgramId=445409ec-7eaa-461d-8f29-4bec2eb9 ****
&ProgramItemIds=["c09f3d63-eacf-4fbf-bd48-a07a6ba7 ****","c10f3d63-eacf-4fbf-bd48-a07a6ba7 ****"]
&<共通リクエストパラメーター>
正常に処理された場合のレスポンス例
XML
形式
<DeletePlaylistItemsResponse>
<RequestId>5c6a2a0d-f228-4a64-af62-20e91b96 ****</RequestId>
<ProgramId>445409ec-7eaa-461d-8f29-4bec2eb9****</ProgramId>
</DeletePlaylistItemsResponse>
JSON
形式
{
"RequestId":"5c6a2a0d-f228-4a64-af62-20e91b96 ****" 、
"ProgramId":"445409ec-7eaa-461d-8f29-4bec2eb9 ****"
}
エラーコード
エラーコードリストについては、「API エラーセンター」をご参照ください。