Deletes an episode list in a production studio.
Operation description
First, call the AddCasterEpisodeGroup operation to add an episode list to a production studio. You can then call this operation to delete the episode list.
QPS limit
The queries per second (QPS) limit for this operation is 4 per user. API calls that exceed this limit are throttled, which may affect your business. Call this operation within the specified limit.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:DeleteCasterEpisodeGroup |
delete |
*Domain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. |
cn-shanghai |
| ProgramId |
string |
Yes |
The ID of the episode list. To obtain the ID, call the AddCasterEpisodeGroup operation and find the value of the ProgramId parameter in the response. |
a2b8e671-2fe5-4642-a2ec-bf932738**** |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
16A96B9A-F203-4EC5-8E43-CB92E68F**** |
Examples
Success response
JSON format
{
"RequestId": "16A96B9A-F203-4EC5-8E43-CB92E68F****"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter.Malformed | %s | |
| 401 | IllegalOperation | %s | |
| 500 | InternalError | %s |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.