deleteLoginKey
- Print
- PDF
deleteLoginKey
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
Deletes a key that encrypts and decrypts a password with the login key when accessing a server instance (VM).
Request
Request parameters
Parameter | Required | Type | Limitations | Description |
---|---|---|---|---|
keyName | Y | String | Min: 3, Max: 30 | Key name to create. If the key name already exists, an error occurs. |
Response
Response body
Examples
Request example
GET {SERVER_API_URL}/deleteLoginKey
?keyName=create-key-test
Response example
<deleteLoginKeyResponse>
<requestId>348689a4-dbc0-40b6-b389-c38da6edcb22</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
</deleteLoginKeyResponse>
Error codes
Errors that may occur while using this action are listed below. For information on common errors, refer to NAVER Cloud Platform API.
HTTP response code | Return code | Return message |
---|---|---|
400 | 10406 | The authentication key does not exist. |
400 | 10407 | {0} is the authentication key being used by {1} server. |
400 | 10408 | {0} is the authentication key being used {1} launch configuration. |
Was this article helpful?