---
title: "Delete Customer"
method: DELETE
path: "/v5/customers/{customer_id}"
tags: ["Customers"]
---

# Delete Customer

`DELETE /v5/customers/{customer_id}`

Delete a customer from the customer vault. This will remove the customer and all associated billing and shipping addresses.

## Path parameters

- `customer_id` string, required

## Response `204`

Customer deleted successfully

## Other responses

- `401` — Unauthorized
- `404` — Customer not found

---

[API](https://skmtc.net/nmi/apis/embedded-components-api.md) · [All operations](https://skmtc.net/nmi/apis/embedded-components-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nmi/embedded-components-api/versions/45c2ecda3685/schema)
