---
title: "빌링키 삭제 API"
method: DELETE
path: "/subscribe/customers/{customer_uid}"
tags: ["subscribe.customer"]
---

# 빌링키 삭제 API

`DELETE /subscribe/customers/{customer_uid}`

구매자의 빌링키 정보 삭제<br> 빌링키 삭제시 결제예약된 내역이 존재하는지 반드시 확인하셔야 합니다. <br> 삭제된 빌링키는 복구할 수 없습니다.

## Path parameters

- `customer_uid` string, required

## Query parameters

- `reason` string
- `extra[requester]` string

## Response `200`

정상 삭제 시, 일반 빌링키 삭제는 CustomerResponse를 반환하며, 슈퍼 빌링키 삭제는 SuperBillingKeyResponse를 반환합니다.

- object
  - `CustomerResponse` CustomerResponse — unresolved $ref
  - `SuperBillingKeyResponse` SuperBillingKeyResponse — unresolved $ref

## Other responses

- `401` — 인증 Token이 전달되지 않았거나 유효하지 않은 경우
- `404` — 유효하지 않은 customer_uid

---

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