All Products
Search
Document Center

CDN:DeleteCdnDomain

Last Updated:Jul 04, 2024

Removes an accelerated domain name from Alibaba Cloud CDN.

Operation description

  • We recommend that you add an A record for the domain name in the system of your DNS service provider before you remove the domain name from Alibaba Cloud CDN. Otherwise, the domain name may become inaccessible. Proceed with caution.
  • After you successfully call the DeleteCdnDomain operation, all records of the removed domain name are deleted. If you need to only disable the domain name, we recommend that you call the StopCdnDomain operation.
  • You can call this operation up to 10 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.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
DomainNamestringYes

The accelerated domain name that you want to remove. You can specify only one domain name in each call.

example.com

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

16A96B9A-F203-4EC5-8E43-CB92E68F4CD8

Examples

Sample success responses

JSONformat

{
  "RequestId": "16A96B9A-F203-4EC5-8E43-CB92E68F4CD8"
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidDomainName.MalformedThe specified DomainName is invalid.The specified domain name is invalid.
400RewriteHostRelyDomain name is configured as rewrite host by others.The domain name is configured as a shared cache object by another domain name.
400InvalidDomain.BelongToConfigGroupThis Domain activated in configuration group and should modify by config group.-
403OperationDeniedYou do not have access to this operation.You are not authorized to operate the specified resource; please check your authorization using RAM.

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