Deletes an episode from a production studio.

Usage note

Both CasterId and EpisodeId are required in the request. They are included in the response when you call the CreateCaster and the AddCasterEpisode operations.

QPS limit

A single user can perform a maximum of 15 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 DeleteCasterEpisode

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

CasterId String Yes a2b8e671-2fe5-4642-a2ec-bf93880e****

The ID of the production studio. It is included in the response when you call the CreateCaster operation.

EpisodeId String Yes a2b8e671-2fe5-4642-a2ec-bf932738****

The ID of the episode. It is included in the response when you call the AddCasterEpisode operation.

RegionId String No cn-shanghai

The ID of the region.

Response parameters

Parameter Type Example Description
CasterId String a2b8e671-2fe5-4642-a2ec-bf93880e****

The ID of the production studio.

EpisodeId String a2b8e671-2fe5-4642-a2ec-bf932738****

The ID of the episode.

RequestId String 16A96B9A-F203-4EC5-8E43-CB92E68F4CD8

The ID of the request.

Examples

Sample requests

https://live.aliyuncs.com/?Action=DeleteCasterEpisode
&CasterId=a2b8e671-2fe5-4642-a2ec-bf93880e****
&EpisodeId=a2b8e671-2fe5-4642-a2ec-bf932738****
&<Common request parameters>

Sample success responses

XML format

<DeleteCasterEpisodeResponse>
      <RequestId>16A96B9A-F203-4EC5-8E43-CB92E68F4CD8</RequestId>
      <EpisodeId>a2b8e671-2fe5-4642-a2ec-bf932738****</EpisodeId>
      <CasterId>a2b8e671-2fe5-4642-a2ec-bf93880e****</CasterId>
</DeleteCasterEpisodeResponse>

JSON format

{
    "RequestId": "16A96B9A-F203-4EC5-8E43-CB92E68F4CD8",
    "EpisodeId":"a2b8e671-2fe5-4642-a2ec-bf932738****",
    "CasterId":"a2b8e671-2fe5-4642-a2ec-bf93880e****"
}

Error codes

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