Deletes domain name configurations in the canary release environment.
Usage note
The configuration ID is required to call this operation. You can call the DescribeLiveDomainStagingConfig operation to get the configuration ID.
QPS limit
A single user can perform a maximum of 20 queries per minute. 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
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeleteLiveSpecificStagingConfig |
The operation that you want to perform. Set the value to DeleteLiveSpecificStagingConfig. |
ConfigId | String | Yes | 6295 |
The ID of the configuration. Separate multiple IDs with commas (,). For more information about configuration IDs, see DescribeLiveDomainStagingConfig. |
DomainName | String | Yes | example.com |
The accelerated domain name. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 04F0F334-1335-436C-A1D7-6C044FE73368 |
The ID of the request. |
Examples
Sample requests
http(s)://live.aliyuncs.com/?Action=DeleteLiveSpecificStagingConfig
&ConfigId=6295
&DomainName=example.com
&<Common request parameters>
Sample success responses
XML
format
<DeleteLiveSpecificStagingConfigResponse>
<RequestId>04F0F334-1335-436C-A1D7-6C044FE73368</RequestId>
</DeleteLiveSpecificStagingConfigResponse>
JSON
format
{
"RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368"
}
Error codes
For a list of error codes, visit the API Error Center.