deleteLoginKey
    • PDF

    deleteLoginKey

    • PDF

    Article Summary

    Overview

    Deleting a login key

    Description

    Create a server instance (VM) and delete keys which encode or decode passwords using login keys when you access the created server instance.

    Request Parameters

    Parameter NameRequirednessTypeLimitationDescription
    keyNameYesStringMin:3, Max:30Key name to delete
    If there exists no key name, an error may occur.

    Response Data Type

    • CommonResponse type
    CommonResponse
    private String requestId;
    private String returnCode;
    private String returnMessage;

    Examples

    Request

    ncloud server deleteLoginKey --keyName ncloudTest
    

    Response

    {
      "deleteLoginKeyResponse": {
        "requestId": "ec948e36-9e57-4347-bd96-7859cb972100",
        "returnCode": "0",
        "returnMessage": "success"
      }
    }
    
    <?xml version="1.0" encoding="UTF-8" ?>
    <deleteLoginKeyResponse>
      <requestId>ec948e36-9e57-4347-bd96-7859cb972100</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
    </deleteLoginKeyResponse>
    

    Was this article helpful?

    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.