MENU
ポート削除 - Network API v2.0
Description
Externalネットワークのポートは削除できません。
Request URL
Network API v2.0 DELETE /v2.0/ports/{port_id}
Request Paramters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | Userトークン | header | トークンID |
port_id | Port ID | URI | ポートID |
Request Json
This operation does not accept a request body.
Normal response codes
204
Example
※エンドポイントURLにつきましては、お客様環境によって異なりますので、コントロールパネルにてご確認の上ご利用ください。
- REQ
curl -i -X DELETE \ -H "Accept: application/json" \ -H "X-Auth-Token: 0925897a3d4543218ff0dcd2bb378a8e" \ https://networking.tyo1.conoha.io/v2.0/ports/86b8db4b-c6ac-4b19-86b7-04eb4c0a3695
- RES
HTTP/1.1 204 No Content Server: openresty/1.7.10.1 Date: Fri, 08 May 2015 10:10:03 GMT Content-Type: application/json Content-Length: 0 Connection: keep-alive