You can call the DeleteDcdnIpaDomain operation to delete an accelerated domain name for IP Application Accelerator (IPA).
Operation description
Before you delete a domain name, resume its A record with your domain name resolution service provider. This prevents the domain name from becoming inaccessible after it is deleted.
After you successfully call the DeleteDcdnIpaDomain operation, all records related to the accelerated domain name are deleted. If you only want to pause the accelerated domain name, call the StopDcdnIpaDomain operation.
The API call frequency for a single user is 10 calls per second.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:DeleteDcdnIpaDomain |
delete |
*IpaDomain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DomainName |
string |
Yes |
The domain name that you want to delete. You can delete only one domain name at a time. |
example.com |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
94E3559F-7B6A-4A5E-AFFD-44E2A208A249 |
Examples
Success response
JSON format
{
"RequestId": "94E3559F-7B6A-4A5E-AFFD-44E2A208A249"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidDomainName.Malformed | The specified DomainName is invalid. | The specified domain name is invalid. |
| 403 | DcdnIpaServiceNotFound | The DCDN IPA service has not been activated. | IPA is not activated for DCDN. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.