deleteLoginKeys
    • PDF

    deleteLoginKeys

    • PDF

    Article Summary

    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 nameRequiredTypeRestrictionsDescription
    keyNameList.NYesList<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
    responseFormatTypeNoStringFormat 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?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.