deleteLoginKey
    • PDF

    deleteLoginKey

    • PDF

    Article Summary

    개요

    서버인스턴스(VM)에 접속시 로그인키를 이용하여 비밀번호를 암호화하고 복호화하는 키를 삭제합니다.

    요청

    요청 파라미터

    파라미터명필수 여부타입제약 사항설명
    keyNameYesStringMin:3, Max:30- 생성할 키 이름
    이미 생성된 키명이 존재할 경우 오류 발생

    응답

    응답 바디

    예시

    요청 예시

    GET {SERVER_API_URL}/deleteLoginKey
    ?keyName=create-key-test
    

    응답 예시

    <deleteLoginKeyResponse>
      <requestId>348689a4-dbc0-40b6-b389-c38da6edcb22</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
    </deleteLoginKeyResponse>
    

    오류 코드

    아래 오류 코드는 이 액션(Action)에서 특징적으로 발생하는 오류입니다. 공통적으로 발생하는 오류에 대한 상세한 설명은 NAVER Cloud Platform API를 참고해주세요

    HTTP Response Code리턴 코드리턴 메시지
    40010406The authentication key does not exist.
    40010407{0} is the authentication key being used by {1} server.
    40010408{0} is the authentication key being used {1} launch configuration.

    이 문서가 도움이 되었습니까?

    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.