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.

3. Output Parameters

4. Code Example

Remove an access point from a Layer 3 cloud router.

POST /api/v2/sdn HTTP/1.1
Host: console.zenlayer.com
Content-Type: application/json
X-ZC-Action: DeleteCloudRouterPoint
<Common Request Params>

Request:
{
    "cloudRouterId": "your-cloud-router-id"
    "edgePointId": "your-cloud-router-point-id"
}

Response:
{   
  "requestId": "T98044459-95B2-477E-9A2F-00253A70CC6E",
  "response": {
     "requestId": "T98044459-95B2-477E-9A2F-00253A70CC6E"
  }
}

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.​

Last updated