Clears the configurations of a scene.

QPS limit

A single user can perform a maximum of 10 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 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 you create a production studio through the CreateCaster interface, check the value of the CasterId parameter in the response.

If you create a production studio through the ApsaraVideo Live Console, log in to the console, then check the ID of the production studio through the following path:

Production Studios > Production Studio Management

Note The CasterId is reflected in the Name column on the Production Studio Management page.
SceneId String Yes b5f8c837-ceeb-424f-b30b-68e94e86****

The ID of the scene. For more information about the scenes, see Query the scenes of production studios.

Type String Yes Component

The type of the configuration that you want to clear. Valid values:

  • Component: clears the component configuration.
  • Layout: clears the layout configuration.
  • All: clears both the component and layout configurations.
RegionId String No cn-shanghai

The ID of the region.

Response parameters

Parameter Type Example Description
RequestId String 16A96B9A-F203-4EC5-8E43-CB92E68F4CD8

The ID of the request.

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

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

JSON format

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

Error codes

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