All Products
Search
Document Center

CDN:DeleteCdnDomain

Last Updated:Mar 28, 2026

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.

  • Each account can call this operation up to 10 times per second.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

DomainName

string

Yes

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

example.com

Response elements

Element

Type

Description

Example

object

RequestId

string

The ID of the request.

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

Examples

Success response

JSON format

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

Error response

JSON format

{"RequestId":"16A96B9A-F203-4EC5-8E43-CB92E68F4CD8","HostId":"cdn.aliyuncs.com","Code":"InternalError","Message":"The request processing has failed due to some unknown error."}

Error codes

HTTP status code

Error code

Error message

Description

400 InvalidDomainName.Malformed The specified DomainName is invalid. The specified domain name is invalid.
400 RewriteHostRely Domain name is configured as rewrite host by others. The domain name is configured as a shared cache object by another domain name.
400 InvalidDomain.BelongToConfigGroup This Domain activated in configuration group and should modify by config group.
403 OperationDenied You do not have access to this operation. You are not authorized to operate the specified resource; please check your authorization using RAM.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.