---
title: "본인인증 정보삭제 API"
method: DELETE
path: "/certifications/{imp_uid}"
tags: ["certifications"]
---

# 본인인증 정보삭제 API

`DELETE /certifications/{imp_uid}`

본인인증 결과를 삭제합니다.<br>본인인증 결과정보를 포트원 서버내에서 완전히 삭제하고 싶을 때 요청합니다.

## Path parameters

- `imp_uid` string, required

## Response `200`

본인인증결과 삭제 완료

- CertificationResponse — unresolved $ref

## Other responses

- `401` — 인증 Token이 전달되지 않았거나 유효하지 않은 경우
- `404` — 본인인증결과를 찾을 수 없음
- `500` — DB삭제도중 서버 장애 발생

---

[API](https://skmtc.dev/iamport/apis/rest-api.md) · [All operations](https://skmtc.dev/iamport/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/iamport/rest-api/revisions/006dfffdec43/schema)
