You can call this operation to delete the configurations of an-accelerated domain name (phased release).
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeleteDcdnSpecificStagingConfig |
The operation that you want to perform. Set the value to DeleteDcdnSpecificStagingConfig. |
ConfigId | String | Yes | 2317 |
The ID of the configuration to be deleted. You can specify multiple configuration IDs and separate them with commas (,). You can call the DescribeDcdnDomainStagingConfig operation to query the environment configuration. |
DomainName | String | Yes | example.com |
The name of the accelerated domain. You can specify only one domain name. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 04F0F334-1335-436C-A1D7-6C044FE73368 |
The ID of the request. |
Examples
Sample requests
http://dcdn.aliyuncs.com/?Action=DeleteDcdnSpecificStagingConfig
&DomainName=example.com
&ConfigId=2317
&<Common request parameters>
Sample success responses
XML
format
<DeleteDcdnSpecificStagingConfigResponse>
<RequestId>04F0F334-1335-436C-A1D7-6C044FE73368</RequestId>
</DeleteDcdnSpecificStagingConfigResponse>
JSON
format
{
"RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368"
}
Error codes
HttpCode | Error code | Error message | Description |
---|---|---|---|
400 | Invalid%s.ValueNotSupported | FunctionName [%s] is not supported. | The error message returned because the specified configuration is not supported. |
For a list of error codes, visit the API Error Center.