deleteLoginKeys
- Print
- PDF
deleteLoginKeys
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Can be used in a VPC environment.
Overview
This deletes a key that encrypts and decrypts a password with the login key when accessing a server instance (VM).
Request
Request parameters
Parameter name | Required | Type | Restrictions | Description |
---|---|---|---|---|
keyNameList.N | Yes | List<String> | List of the key names to be deleted The keyName can be obtained through the getLoginKeyList action. ex) keyNameList.1=key1&keyNameList.2=key2 | |
responseFormatType | No | String | Format type of the response results Options : xml | json Default : xml |
Response
Response body
Example
Request Example
GET {API_URL}/deleteLoginKeys
?keyNameList.1=test-***
Response Example
<deleteLoginKeysResponse>
<requestId>a4cc5d5d-9add-4c4a-ac40-450d19bcd3a8</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
</deleteLoginKeysResponse>
Was this article helpful?