---
title: "Delete Wish List Item"
method: DELETE
path: "/wish_list_items"
tags: ["Wish List Items"]
---

# Delete Wish List Item

`DELETE /wish_list_items`

To delete wish list item with open API<br>刪除追蹤清單

## Query parameters

- `id` string
- `customer_id` string
- `product_id` string
- `variation_key` string

## Response `200`

OK

## Other responses

- `404` — Wish list item is not found
- `422` — Unprocessable Entity
- `500` — Server Error

---

[API](https://skmtc.net/shoplineapp/apis/shopline-open-api.md) · [All operations](https://skmtc.net/shoplineapp/apis/shopline-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shoplineapp/shopline-open-api/revisions/1675ac12cde7/schema)
