DeleteCloudRouterEdgePoint
1. API Description
This API is used to remove one access point from a Layer 3 cloud router.
Note
The quantity of access points in the Layer 3 cloud router should be larger than two. You cannot remove any access point from a Layer 3 cloud router with only two access points in it.
This API is an async API. A request ID is returned after the request is sent. However, it does not mean the operation has been completed. The status of the cloud router will be
UPDATING
during the operation. If no result of the access point can be queried, it means that the access point has been removed.Any operations on the cloud routers are not allowed while removing an access point.
2. Input Parameters
The following request parameter list only provides API request parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
edgePointId | Yes | String | Access point ID. |
cloudRouterId | Yes | String | Cloud router ID. |
3. Output Parameters
Parameter Name | Type | Description |
---|---|---|
requestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
4. Code Example
Remove an access point from a Layer 3 cloud router.
5. Developer Resources
Zenlayer Cloud API 2.0 integrates SDKs to make it easier for you to call APIs. More programming languages will be supported.
6. Error Codes
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
HTTP Status Code | Error Code | Description |
---|---|---|
404 | INVALID_CLOUD_ROUTER_EDGE_NOT_FOUND | Access point doesn't exist. |
Last updated