Deletes specified configurations for an accelerated domain name.
Note The maximum number of times that each user can call this operation per second is 30.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeleteSpecificConfig |
The operation that you want to perform. Set the value to DeleteSpecificConfig. |
ConfigId | String | Yes | 2317 |
The configuration IDs. Separate configuration IDs with commas (,). For more information about ConfigId, see Usage notes on ConfigId. |
DomainName | String | Yes | example.com |
The accelerated domain name. 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(s)://cdn.aliyuncs.com/?Action=DeleteSpecificConfig
&ConfigId=2317
&DomainName=example.com
&<Common request parameters>
Sample success responses
XML
format
<DeleteSpecificConfigResponse>
<RequestId>04F0F334-1335-436C-A1D7-6C044FE73368</RequestId>
</DeleteSpecificConfigResponse>
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 FunctionName parameter is not supported. |
400 | ConfigurationConflicts | The staging environment has a configuration in effect and cannot modify the production environment configuration. | The error message returned because the configurations of the staging environment are different from those of the production environment. You cannot directly modify the configurations of the production environment. Go to the staging environment to complete the configurations and publish the specified configurations to the production environment. |
For a list of error codes, visit the API Error Center.