---
title: "Remove"
method: POST
path: "/Customers/Remove/{customer_uid}"
tags: ["Customers"]
---

# Remove

`POST /Customers/Remove/{customer_uid}`

This endpoint allows you to remove a customer from the system.

## Path parameters

- `customer_uid` string, required

## Headers

- `api-key` string, required
- `secret-key` string, required

## Response `200`

200

- object
  - `results` object
    - `status` string
    - `code` integer
    - `description` string
  - `data` object

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/payplus/apis/payplus-api-documentation-production.md) · [All operations](https://skmtc.dev/payplus/apis/payplus-api-documentation-production/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/payplus/payplus-api-documentation-production/revisions/2a893057392b/schema)
