Deletes a production studio.
Operation description
A production studio must be shut down before you can delete it. Otherwise, the operation fails.
When you delete a production studio, its associated scenes, components, and layouts are also deleted.
You cannot recover a deleted production studio.
QPS limit
The queries per second (QPS) limit for this operation is 10 for each user. Calls that exceed this limit are throttled, which can affect your business. Plan your calls accordingly.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:DeleteCaster |
delete |
*Caster
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. |
cn-shanghai |
| CasterId |
string |
Yes |
The ID of the production studio. Make sure that you specify the correct CasterId.
Note
On the Cloud Production Studio page, the name of a production studio in the list is its ID. |
a2b8e671-2fe5-4642-a2ec-bf93880e**** |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
|||
| CasterId |
string |
The ID of the production studio. This ID is used as a request parameter to add video resources, layouts, components, and program lists, or to query the layout list. |
a2b8e671-2fe5-4642-a2ec-bf93880e**** |
| RequestId |
string |
The ID of the request. |
16A96B9A-F203-4EC5-8E43-CB92E68F4CD8 |
Examples
Success response
JSON format
{
"CasterId": "a2b8e671-2fe5-4642-a2ec-bf93880e****",
"RequestId": "16A96B9A-F203-4EC5-8E43-CB92E68F4CD8"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvaildCaster.Delete | Caster can not be deleted when ChargeType is Prepaid | |
| 400 | IncorrectCasterStatus.Inuse | %s | |
| 400 | InvalidCasterId.Malformed | %s | |
| 500 | InternalError | %s | |
| 403 | PermissionDenied | %s | |
| 404 | InvalidCaster.NotFound | %s |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.