Disassociates an accelerated domain name from Global Accelerator (GA) instances.
Usage notes
You cannot repeatedly call the DeleteDomainAcceleratorRelation operation by using the same Alibaba Cloud account within a specific period of time.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeleteDomainAcceleratorRelation | The operation that you want to perform. Set the value to DeleteDomainAcceleratorRelation. |
RegionId | String | No | cn-hangzhou | The ID of the region where the GA instance is deployed. Set the value to cn-hangzhou. |
AcceleratorIds.N | String | No | ga-bp1odcab8tmno0hdq**** | The ID of the GA instance from which you want to disassociate the accelerated domain name. You can enter up to 50 IDs. If you leave this parameter empty, all GA instances with which the accelerated domain name is associated are disassociated. |
Domain | String | Yes | www.example.com | The accelerated domain name to be disassociated. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 04F0F334-1335-436C-A1D7-6C044FE73368 | The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DeleteDomainAcceleratorRelation
&RegionId=cn-hangzhou
&AcceleratorIds=["ga-bp1odcab8tmno0hdq****"]
&Domain=www.example.com
&Common request parameters
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DeleteDomainAcceleratorRelationResponse>
<RequestId>04F0F334-1335-436C-A1D7-6C044FE73368</RequestId>
</DeleteDomainAcceleratorRelationResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "04F0F334-1335-436C-A1D7-6C044FE73368"
}
Error codes
For a list of error codes, see Service error codes.