---
title: "Delete a Customer"
method: POST
path: "/api/service/customer/delete"
tags: ["Customer"]
---

# Delete a Customer

`POST /api/service/customer/delete`

Delete a Customer by wiping personal data and marking the customer as deleted.

## Headers

- `Idempotency-Key` string

## Request body

- DeleteMerchantCustomerDto
  - `id` string, required — The id of the customer

## Response `200`

Successful response

- DeleteMerchantCustomerResponseDto
  - `success` boolean, required — Indicates whether the customer deletion was successful

---

[API](https://skmtc.net/augustus/apis/ivy-api.md) · [All operations](https://skmtc.net/augustus/apis/ivy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/augustus/ivy-api/revisions/c3055fc06ca3/schema)
