Deletes an episode in a production studio.
Usage notes
Before you call this operation to delete an episode in a production studio, you must obtain the ID of the production studio and the ID of the episode.
QPS limit
You can call this operation up to 4 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. For more information, see QPS limits.
Debugging
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. If the production studio was created by calling the CreateCaster operation, check the value of the response parameter CasterId to obtain the ID. |
EpisodeId | String | Yes | a2b8e671-2fe5-4642-a2ec-bf932738**** | The ID of the episode. If the episode was added by calling the AddCasterEpisode operation, check the value of the response parameter EpisodeId to obtain the ID. |
Response parameters
Parameter |
Type |
Example |
Description |
CasterId | String | a2b8e671-2fe5-4642-a2ec-bf93880e**** | The ID of the production studio. You can specify the ID as a parameter in the request to modify the episode in the production studio. |
EpisodeId | String | a2b8e671-2fe5-4642-a2ec-bf932738**** | The ID of the episode. You can specify the ID as a parameter in the request to modify the episode in the production studio. |
RequestId | String | 16A96B9A-F203-4EC5-8E43-CB92E68F4CD8 | The request ID. |
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
HTTP/1.1 200 OK
Content-Type:application/xml
<DeleteCasterEpisodeResponse>
<CasterId>a2b8e671-2fe5-4642-a2ec-bf93880e****</CasterId>
<EpisodeId>a2b8e671-2fe5-4642-a2ec-bf932738****</EpisodeId>
<RequestId>16A96B9A-F203-4EC5-8E43-CB92E68F4CD8</RequestId>
</DeleteCasterEpisodeResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"CasterId" : "a2b8e671-2fe5-4642-a2ec-bf93880e****",
"EpisodeId" : "a2b8e671-2fe5-4642-a2ec-bf932738****",
"RequestId" : "16A96B9A-F203-4EC5-8E43-CB92E68F4CD8"
}
Error codes
For a list of error codes, see Service error codes.