---
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

## Changes

> 48 revisions in range; 2 could not be searched.

- **2026-03-06** `d617edaf95c0` — 1 info
  - added the new optional `header` request parameter `Idempotency-Key`

[Change history](https://skmtc.dev/augustus/apis/ivy-api/changes/api/service/customer/delete/post.md)

---

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