- ホワイトクラウド ASPIRE
- サービスご利用ガイド
- APIを利用する
- APIリファレンス
- テナントネットワーク
- 削除
削除
テナントネットワークの削除をします。
DELETE /api/1.0/network/{networkId}
※ networkId:削除したいネットワーク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/network/a8cf1...a44e07a58a...91f5f |
レスポンス例 |
---|
|