All Products
Search
Document Center

Edge Security Acceleration:DeleteDcdnSpecificStagingConfig

Last Updated:Oct 17, 2024

Deletes the configurations of an accelerated domain name in the canary release environment.

Operation description

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

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
DomainNamestringYes

The accelerated domain name. You can specify only one domain name in each call.

example.com
ConfigIdstringYes

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.

2317

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

04F0F334-1335-436C-A1D7-6C044FE73368

Examples

Sample success responses

JSONformat

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

Error codes

HTTP status codeError codeError messageDescription
400Invalid%s.ValueNotSupportedFunctionName [%s] is not supported.The specified configuration is not supported.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-06-08The Error code has changedView Change Details