- ホワイトクラウド ASPIRE
- サービスご利用ガイド
- APIを利用する
- APIリファレンス
- 仮想マシングループネットワーク
- 削除
削除
仮想マシングループネットワークの削除をします。
DELETE /api/1.0/vmgNetwork/{vmgNetworkId}
※ vmgNetworkId:削除したい仮想マシングループネットワークID
| Request parameters | ||||
|---|---|---|---|---|
| Name | Description | Type | Data type | Required |
| Authorization | Bearer [APIキー] | header | String | True |
| Successful Response | |||
|---|---|---|---|
| Response Code | 200 OK | ||
| Response Headers | Content-type: application/json | ||
| Name | Description | Example | Data type |
| なし | |||
| 実行例 |
|---|
|
# Execute request curl -X DELETE -H "Authorization:$token" -H Content-Type:application/json ¥ https://eastapi.aspire.gcf.whitecloud.jp/api/1.0/vmgNetwork/244f8...62704fe8a6...1bbc6 |
| レスポンス例 |
|---|
|