All Products
Search
Document Center

ApsaraVideo Live:DeleteCasterSceneConfig

Last Updated:May 08, 2024

Deletes the settings of a scene.

Usage notes

You can call this operation to delete the settings of a scene, such as the component setting, layout setting, or both of them.

QPS limit

You can call this operation up to 10 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

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 DeleteCasterSceneConfig

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

CasterId String Yes b4810848-bcf9-4aef-bd4a-e6bba2d9****

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.
  • If the production studio was created by using the ApsaraVideo Live console, obtain the ID on the Production Studio Management page. To go to the page, log on to the ApsaraVideo Live console and click Production Studios in the left-side navigation pane.
Note You can find the ID of the production studio in the Instance Name column.
SceneId String Yes b5f8c837-ceeb-424f-b30b-68e94e86****

The ID of the scene.

Type String Yes Component

The type of the setting that you want to delete. Valid values:

  • Component: component setting
  • Layout: layout setting
  • All: component and layout settings

Response parameters

Parameter

Type

Example

Description

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

The request ID.

Examples

Sample requests

https://live.aliyuncs.com/?Action=DeleteCasterSceneConfig
&CasterId=b4810848-bcf9-4aef-bd4a-e6bba2d9****
&SceneId=b5f8c837-ceeb-424f-b30b-68e94e86****
&Type=Component
&<Common request parameters>

Sample success responses

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<DeleteCasterSceneConfigResponse>
    <RequestId>16A96B9A-F203-4EC5-8E43-CB92E68F4CD8</RequestId>
</DeleteCasterSceneConfigResponse>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "16A96B9A-F203-4EC5-8E43-CB92E68F4CD8"
}

Error codes

For a list of error codes, see Service error codes.