고객 삭제 API
플랫폼 서비스에서 특정 비즈니스의 고객 정보를 삭제할 수 있는 API를 제공합니다.
DELETE
kit-api/v1/customers/[customerId]
DELETE
kit-api/v1/customers/[customerId]Method: DELETE Endpoint: kit-api/v1/customers/[customerId]
Example
Request Path 파라미터
Key | Description | Required |
---|---|---|
customerId | 삭제할 고객 ID | yes |
Response
Status Code | Error Code | Description |
---|---|---|
404 | NOT_FOUND_CUSTOMER | 존재하지 않는 고객인 경우 |
Last updated