Deletes a route from an Enterprise Edition transit router.
Usage notes
You can delete routes only from virtual private clouds (VPCs) and virtual border routers (VBRs) whose next hop is an Enterprise Edition transit router connection, which is the connection to the network instance.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeleteCenChildInstanceRouteEntryToAttachment |
The operation that you want to perform. Set the value to DeleteCenChildInstanceRouteEntryToAttachment. |
ClientToken | String | No | 02fb3da4-130e-11e9-8e44-001**** |
The client token that is used to ensure the idempotence of the request. You can use the client to generate a token, but you must make sure that it is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. |
DryRun | Boolean | No | false |
Specifies whether to perform a precheck to check information such as the permissions and instance status. Valid values:
Note This parameter is not in use.
|
CenId | String | Yes | cen-wgcl0ik5o8jakq**** |
The ID of the CEN instance. |
TransitRouterAttachmentId | String | Yes | tr-attach-r1qhupkc19iadz**** |
The ID of the network instance connection. |
RouteTableId | String | Yes | vtb-bp1osd9opvegfpowc**** |
The ID of the route table configured on the network instance. |
DestinationCidrBlock | String | Yes | 10.0.1.0/24 |
The destination CIDR block of the route. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 250E717B-9823-5FD8-A1C6-5714234FB825 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DeleteCenChildInstanceRouteEntryToAttachment
&CenId=cen-wgcl0ik5o8jakq****
&TransitRouterAttachmentId=tr-attach-r1qhupkc19iadz****
&RouteTableId=vtb-bp1osd9opvegfpowc****
&DestinationCidrBlock=10.0.1.0/24
&Common request parameters
Sample responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DeleteCenChildInstanceRouteEntryToAttachmentResponse>
<RequestId>250E717B-9823-5FD8-A1C6-5714234FB825</RequestId>
</DeleteCenChildInstanceRouteEntryToAttachmentResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "250E717B-9823-5FD8-A1C6-5714234FB825"
}
Error codes
For a list of error codes, visit the API Error Center.