Deleting a Virtual Interface Peer
Function
This API is used to delete a virtual interface peer. A virtual interface must have at least one peer. The last peer cannot be deleted.
This API is available only in regions that support IPv6. To use this API, contact customer service.
Debugging
For details, see Calling APIs.
URI
DELETE /v3/{project_id}/dcaas/vif-peers/{vif_peer_id}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Specifies the project ID. |
vif_peer_id |
Yes |
String |
Specifies the virtual interface peer ID. |
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 virtual interface peer
DELETE https://{endpoint}/v3/cfa563efb77d4b6d9960781d82530fd8/dcaas/vif-peers/68250543-0a13-4ac7-aa36-d018856ac640
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.