DeleteCustomerGateway
処理概要
指定されたカスタマーゲートウェイを削除します。
指定するパラメーター
パラメーター | 型 | 説明 | 必須 |
---|---|---|---|
CustomerGatewayId | string |
カスタマーゲートウェイユニークID |
○ (カスタマーゲートウェイ名といずれか) |
NiftyCustomerGatewayName | string |
カスタマーゲートウェイ名 |
○ (カスタマーゲートウェイユニークIDといずれか) |
応答フィールド
フィールド (項目) | 型 | 説明 |
---|---|---|
DeleteCustomerGatewayResponse | - |
DeleteCustomerGatewayレスポンス Ancestor: なし Children: requestId | return |
requestId | string |
リクエスト識別子 Ancestor: DeleteCustomerGatewayResponse Children: なし |
return | boolean |
削除ステータス 値: true(成功) Ancestor: DeleteCustomerGatewayResponse Children: なし |
リクエストサンプル
https://jp-east-1.computing.api.nifcloud.com/api/
?Action=DeleteCustomerGateway
&CustomerGatewayId=cgw-8db04f81
&CommonParams
応答サンプル
<DeleteCustomerGatewayResponse xmlns="https://computing.api.nifcloud.com/api/">
<requestId>ac501097-4c8d-475b-b06b-a90048ec181c</requestId>
<return>true</return>
</DeleteCustomerGatewayResponse>