---
title: "상품 삭제"
method: DELETE
path: "/V1/front/product/{productId}"
---

# 상품 삭제

`DELETE /V1/front/product/{productId}`

상품을 삭제하는 API입니다.

## Path parameters

- `productId` string, required

## Headers

- `X-SauceFlex-Authorize` string, required

## Response `200`

200

- object
  - `code` string
  - `timestamp` integer
  - `message` string
  - `response` object
    - `productId` string

## Other responses

- `400` — 400
- `401` — 401
- `500` — 500

---

[API](https://skmtc.net/sauce/apis/authorize-v2.md) · [All operations](https://skmtc.net/sauce/apis/authorize-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sauce/authorize-v2/versions/17497c96804d/schema)
