---
title: "Delete a customer"
method: DELETE
path: "/v2/customer/{customer_id}"
tags: ["Customer V2"]
---

# Delete a customer

`DELETE /v2/customer/{customer_id}`

## Path parameters

- `customer_id` string, required

## Response `200`

Success

- CustomerResponseV2
  - `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` — Customer 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)
