플레이어 삭제
    • PDF

    플레이어 삭제

    • PDF

    기사 요약

    플레이어를 삭제하는 방법은 다음과 같습니다.

    요청

    DELETE {API_URL}/players/{player_no}
    

    요청 파라미터

    필드명필수 여부타입제약 사항설명
    player_noYIntegerPath Parameter삭제할 플레이어 번호

    성공 코드

    HttpStatusCodeCodeMessage
    200200ok

    에러 코드

    HttpStatusCodeCodeMessageDescription
    2004601Query string player_no is missing.
    2004801No player information.

    요청 예시

    DELETE /api/v1/player/1
    HOST: vpe.apigw.gov-ntruss.com
    Content-Type: application/json
    x-ncp-apigw-timestamp:1521787414578
    x-ncp-iam-access-key:6uxz1nKkcYwUjWRG5Q1V7NsW0i5jErlu2NjBXXgy
    x-ncp-apigw-signature-v2:iJFK773KH0WwQ79PasqJ+ZGixtpDQ/abS57WGQdld2M=
    

    응답 예시

    HTTP/1.1 200 OK
    Date: Fri, 26 Feb 2021 09:53:32 GMT
    Content-Type: application/json;charset=utf-8
    Connection: keep-alive
    Access-Control-Allow-Origin: *
    x-ncp-trace-id: 36c9k60om4p3238cpmc9gm4cj4
    
    // 성공 시
    {
      "code": "200",
      "message": "ok"
    }
    
    // 실패 시
    "error": {
        "errorCode": "4801",
        "message": "No player information."
      }
    }
    

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

    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.