레코드 삭제
    • PDF

    레코드 삭제

    • PDF

    Article Summary

    개요

    레코드 리스트를 삭제합니다.

    요청

    요청 파라미터

    파라미터명필수 여부타입설명
    domainIdYesInteger도메인 ID

    요청 바디

    • List 레코드 ID LIST

    예시

    요청 바디

    DELETE {DNS_API_URL}/ncpdns/record/{domainId}
    

    요청 예시

    [
      1,2,3
    ]
    
    

    오류 코드 예시

    {
      "result": "FAIL",
      "error": {
        "errorCode": "X00006",
        "message": "삭제하려는 레코드 Type: A, Name : www.example.com는 다른곳에서 별칭으로 사용하고 있습니다. 별칭을 삭제 후에 삭제하십시오.",
        "devMessage": "삭제하려는 레코드 Type: {0}, Name : {1}는 다른곳에서 별칭으로 사용하고 있습니다.<br>별칭을 삭제 적용 후에 삭제하십시오."
      }
    }
    
    

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

    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.