Disassociates a domain name from Global Accelerator (GA) instances.
Operation description
Concurrent calls to this operation within the same Alibaba Cloud account are not supported.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ga:DeleteDomainAcceleratorRelation |
delete |
*Domain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The ID of the region where the Global Accelerator (GA) instance is deployed. Set the value to cn-hangzhou. |
cn-hangzhou |
| AcceleratorIds |
array |
No |
The ID of the GA instance to be disassociated. You can specify up to 50 IDs. If you leave this parameter empty, all GA instances associated with the specified domain name are disassociated. |
|
|
string |
No |
The ID of the GA instance to be disassociated. You can specify up to 50 IDs. If you leave this parameter empty, all GA instances associated with the specified domain name are disassociated. |
ga-bp1odcab8tmno0hdq**** |
|
| Domain |
string |
Yes |
The accelerated domain name to be disassociated. |
www.example.com |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
04F0F334-1335-436C-A1D7-6C044FE73368 |
Examples
Success response
JSON format
{
"RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | NotExist.Domain | The domain %s is not exist. | Domain % s does not exist |
| 400 | NotExist.DomainAcceleratorRelation | The relationship between %s and %s does not exist. | The relationship between domain % s and IP %s does not exist |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.