---
title: "상품 일괄 삭제"
method: DELETE
path: "/V1/front/products"
---

# 상품 일괄 삭제

`DELETE /V1/front/products`

상품 일괄 삭제하는 API입니다.

## Headers

- `X-Sauceflex-Authorize` string, required

## Request body

- object
  - `products` object[], required — 삭제할 상품 목록
    - `externalProductId` string, required — 외부 상품 ID

## Response `200`

200

- object
  - `code` string
  - `timestamp` integer
  - `requestId` string
  - `message` string
  - `response` object
    - `successCount` integer
    - `failCount` integer
    - `success` object[]
      - `productId` string
    - `fail` object[]

## Other responses

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

---

[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)
