Deleting a Peer Link
Function
This API is used to delete a peer link between a global DC gateway and an enterprise router.
Calling Method
For details, see Calling APIs.
URI
DELETE /v3/{project_id}/dcaas/global-dc-gateways/{global_dc_gateway_id}/peer-links/{peer_link_id}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Specifies the project ID. Minimum: 0 Maximum: 36 |
global_dc_gateway_id |
Yes |
String |
Specifies the global DC gateway ID. |
peer_link_id |
Yes |
String |
Specifies the peer link of the global DC gateway. |
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
X-Auth-Token |
Yes |
String |
Specifies the user token. To obtain the token, see section "Obtaining the User Token" in the Identity and Access Management API Reference. The token is the value of X-Subject-Token in the response header. Minimum: 0 Maximum: 10240 |
Response Parameters
None
Example Requests
Deleting a peer link
DELETE https://{dc_endpoint}/v3/b197c48159d44a66b32c538c3f8da89a/dcaas/global-dc-gateways/335cb548-0ea0-4aff-80f5-502a2dab5325/peer-links/d6ea4641-9575-4675-ac4f-906884e37f28
Example Responses
None
Status Codes
Status Code |
Description |
---|---|
204 |
NO CONTENT |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.