DeleteKeyPair
処理概要
SSHキーの情報を削除します。
SSHキーを指定するためには、SSHキー名が必要です。
指定するパラメーター
| パラメーター | 型 | 説明 | 必須 |
|---|---|---|---|
| KeyName | string |
SSHキー名 使用可能文字: 半角英数字 |
○ |
応答フィールド
| フィールド (項目) | 型 | 説明 |
|---|---|---|
| DeleteKeyPairResponse | - |
DeleteKeyPairレスポンス |
| ␣requestId | string |
リクエスト識別子 |
| ␣return | boolean |
処理ステータス 値:
|
リクエストサンプル
https://jp-east-1.computing.api.nifcloud.com/api/?
Action=DeleteKeyPair
&KeyName=sshkey02
&CommonParams
応答サンプル
<DeleteKeyPairResponse xmlns="https://computing.api.nifcloud.com/api/">
<requestId>cec1c6a8-9642-413c-a741-2f56e9138b64</requestId>
<return>true</return>
</DeleteKeyPairResponse>


