Search
K
Comment on page

본인인증 정보삭제 API

본인인증 결과정보를 포트원에서 완전히 삭제 합니다.
Deprecated
이 문서는 더 이상 관리되지 않습니다.
PortOne 개발자센터를 이용해주세요.

본인인증결과 정보를 포트원 서버내에서 완전히 삭제 합니다.

delete
https://api.iamport.kr
/certifications/{imp_uid}
본인인증 결과정보를 포트원에서 완전히 삭제하고 싶을 때 요청합니다.
Response Model Schema
{
"code": 0,
"message": "string",
"response": {
"imp_uid": "string",
"merchant_uid": "string",
"pg_tid": "string",
"pg_provider": "string",
"name": "string",
"gender": "string",
"birth": 0,
"birthday": "string",
"foreigner": true,
"phone": "string",
"carrier": "SKT",
"certified": true,
"certified_at": 0,
"unique_key": "string",
"unique_in_site": "string",
"origin": "string",
"foreigner_v2": true
}
}