DeleteKeyPair
処理概要
SSHキーの情報を削除します。
SSHキーを指定するためには、SSHキー名が必要です。
指定するパラメーター
パラメーター | 型 | 説明 | 必須 |
---|---|---|---|
KeyName | string |
SSHキー名 |
○ |
応答フィールド
フィールド (項目) | 型 | 説明 |
---|---|---|
DeleteKeyPairResponse | - |
DeleteKeyPairレスポンス Ancestor: なし Children: requestId | return |
requestId | string |
リクエスト識別子 Ancestor: DeleteKeyPairResponse Children: なし |
return | boolean |
処理ステータス 値: true(成功) Ancestor: DeleteKeyPairResponse Children: なし |
リクエストサンプル
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>