Deletes configurations of an accelerated domain name.

Note You can call this operation up to 30 times per second per account.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes DeleteDcdnSpecificConfig

The operation that you want to perform. Set the value to DeleteDcdnSpecificConfig.

ConfigId String Yes 2117

The ID of the configuration. Separate multiple 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)://dcdn.aliyuncs.com/?Action=DeleteDcdnSpecificConfig
&ConfigId=2117
&DomainName=example.com
&<Common request parameters>

Sample success responses

XML format

<DeleteDcdnSpecificConfigResponse>
	  <RequestId>04F0F334-1335-436C-A1D7-6C044FE73368</RequestId>
</DeleteDcdnSpecificConfigResponse>

JSON format

{
    "RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368"
}

Error codes

HTTP status code Error code Error message Description
400 Invalid%s.ValueNotSupported FunctionName [%s] is not supported. The error message returned because the value specified for the FunctionName parameter is invalid. Specify a valid value.

For a list of error codes, visit the API Error Center.