Deletes a layout in a production studio.
Usage notes
You can call the CreateCaster operation to create a production studio and then call this operation to delete a layout in the production studio.
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 | DeleteCasterLayout | The operation that you want to perform. Set the value to DeleteCasterLayout. |
CasterId | String | Yes | a2b8e671-2fe5-4642-a2ec-bf93880e**** | The ID of the production studio.
Note You can find the ID of the production studio in the Instance Name column. |
LayoutId | String | Yes | 21926b36-7dd2-4fde-ae25-51b5bc8e**** | The ID of the layout. If the layout was added by calling the AddCasterLayout operation, check the value of the response parameter LayoutId to obtain the ID. |
Response parameters
Parameter |
Type |
Example |
Description |
CasterId | String | a2b8e671-2fe5-4642-a2ec-bf93880e**** | The ID of the production studio. You can use the ID as a request parameter in the API operation that is used to modify a layout in the production studio, query layouts in the production studio, add a component in the production studio, or query components in the production studio. |
LayoutId | String | 21926b36-7dd2-4fde-ae25-51b5bc8e**** | The ID of the layout. You can use the ID as a request parameter in the API operation that is used to query layouts in the production studio. |
RequestId | String | 16A96B9A-F203-4EC5-8E43-CB92E68F4CD8 | The request ID. |
Examples
Sample requests
http(s)://live.aliyuncs.com/?Action=DeleteCasterLayout
&CasterId=a2b8e671-2fe5-4642-a2ec-bf93880e****
&LayoutId=21926b36-7dd2-4fde-ae25-51b5bc8e****
&<Common request parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DeleteCasterLayoutResponse>
<CasterId>a2b8e671-2fe5-4642-a2ec-bf93880e****</CasterId>
<LayoutId>21926b36-7dd2-4fde-ae25-51b5bc8e****</LayoutId>
<RequestId>16A96B9A-F203-4EC5-8E43-CB92E68F4CD8</RequestId>
</DeleteCasterLayoutResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"CasterId" : "a2b8e671-2fe5-4642-a2ec-bf93880e****",
"LayoutId" : "21926b36-7dd2-4fde-ae25-51b5bc8e****",
"RequestId" : "16A96B9A-F203-4EC5-8E43-CB92E68F4CD8"
}
Error codes
For a list of error codes, see Service error codes.