---
title: "Delete Customer"
method: DELETE
path: "/customers/{id}"
tags: ["Customers"]
---

# Delete Customer

`DELETE /customers/{id}`

To delete customer with open API<br>透過open API刪除客戶

## Path parameters

- `id` string, required

## Response `200`

OK

- object
  - `message` string

## Other responses

- `401` — Bad authentication
- `403` — Forbidden
- `404` — Customer 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)
