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
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.
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:
|
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.