Deletes an episode list.

Usage note

The ProgramId parameter is required in the request.

QPS limit

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. For more information about what a single user means and the QPS details, see QPS limit on an API operation in ApsaraVideo Live.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes DeletePlaylist

The operation that you want to perform. Set the value to

DeletePlaylist.

ProgramId String Yes 445409ec-7eaa-461d-8f29-4bec2eb9****

The ID of the episode list that you want to delete. It is included in the response when you call the AddPlaylistItems operation.

Response parameters

Parameter Type Example Description
ProgramId String 445409ec-7eaa-461d-8f29-4bec2eb9****

The ID of the episode list that was deleted.

RequestId String 5c6a2a0d-f228-4a64-af62-20e91b96****

The ID of the request.

Examples

Sample requests

http(s)://live.aliyuncs.com/?Action=DeletePlaylist
&ProgramId=445409ec-7eaa-461d-8f29-4bec2eb9****
&<Common request parameters>

Sample success responses

XML format

<DeletePlaylistResponse>
      <RequestId>5c6a2a0d-f228-4a64-af62-20e91b96****</RequestId>
      <ProgramId>445409ec-7eaa-461d-8f29-4bec2eb9****</ProgramId>
</DeletePlaylistResponse>

JSON format

{
    "RequestId":"5c6a2a0d-f228-4a64-af62-20e91b96****",
    "ProgramId":"445409ec-7eaa-461d-8f29-4bec2eb9****"
}

Error codes

For a list of error codes, visit the API Error Center.