Deletes a route map.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | No | DeleteCenRouteMap |
The operation that you want to perform. Set the value to DeleteCenRouteMap. |
CenId | String | Yes | cen-7qthudw0ll6jm**** |
The ID of the Cloud Enterprise Network (CEN) instance. |
CenRegionId | String | Yes | cn-hangzhou |
The ID of the region where the route map is applied. You can call the DescribeChildInstanceRegions operation to query the most recent region list. |
RouteMapId | String | Yes | cenrmap-abcdedfghij**** |
The ID of the route map. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 5903EE99-D542-4E14-BC65-AAC1CB2D3D03 |
The ID of the request. |
Examples
Sample requests
https://cbn.aliyuncs.com/?Action=DeleteCenRouteMap
&CenId=cen-7qthudw0ll6jm****
&CenRegionId=cn-hangzhou
&RouteMapId=cenrmap-abcdedfghij****
&<Common request parameters>
Sample success responses
XML
format
<DeleteCenRouteMapResponse>
<RequestId>5903EE99-D542-4E14-BC65-AAC1CB2D3D03</RequestId>
</DeleteCenRouteMapResponse>
JSON
format
{
"RequestId":"5903EE99-D542-4E14-BC65-AAC1CB2D3D03"
}
Error codes
For a list of error codes, visit the API Error Center.