---
title: "Delete an Item"
method: DELETE
path: "/v2/product/{item_id}"
tags: ["Product V2"]
---

# Delete an Item

`DELETE /v2/product/{item_id}`

## Path parameters

- `item_id` string, required

## Response `200`

Success

- ProductResponseV2
  - `success` boolean — Success flag
  - `message` string — Response message
  - `error_code` string — Error Code
  - `errors` object — Errors
  - `data` EmptyData
    - `message` string — Response message

## Other responses

- `400` — Item not found
- `401` — Unauthorized

---

[API](https://skmtc.dev/getswipe/apis/swipeapi.md) · [All operations](https://skmtc.dev/getswipe/apis/swipeapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getswipe/swipeapi/revisions/80fcaf1a3463/schema)
