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

# Customers - Delete

`DELETE /v1/customers/{id}`

Delete a customer record.

## Path parameters

- `id` string, required

## Headers

- `X-Profile-Id` string, required

## Response `200`

Customer was Deleted

- CustomerDeleteResponse
  - `id` string, required — Unique identifier for the customer
  - `merchant_reference_id` string, required — The identifier for the customer object
  - `customer_deleted` boolean, required — Whether customer was deleted or not
  - `address_deleted` boolean, required — Whether address was deleted or not
  - `payment_methods_deleted` boolean, required — Whether payment methods deleted or not

## Other responses

- `404` — Customer was not found

---

[API](https://skmtc.net/hyperswitch/apis/dynamic-routing-openapi-3-0.md) · [All operations](https://skmtc.net/hyperswitch/apis/dynamic-routing-openapi-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hyperswitch/dynamic-routing-openapi-3-0/revisions/8fbf69ab2597/schema)
