- ホワイトクラウド ASPIRE
- サービスご利用ガイド
- APIを利用する
- APIリファレンス
- 仮想マシングループ
- 削除
削除
対象の仮想マシングループの削除を行います。
DELETE /api/1.0/vmgroup/{vmgroupId}
※ vmgroupId :削除する仮想マシングループの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 | ||
Response parameters | |||
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/vmgroup/aeb9bad1a1ac436c88a351f79a73b89b |
レスポンス例 |
---|
|