---
title: "Delete a customer"
method: DELETE
path: "/v1/customers/{customer}"
---

# Delete a customer

`DELETE /v1/customers/{customer}`

Permanently deletes a customer. It cannot be undone. Also immediately cancels any active subscriptions on the customer.

## Path parameters

- `customer` string, required

## Response `200`

Successful response.

- DeletedCustomer
  - `deleted` true, required — Always true for a deleted object
  - `id` string, required — Unique identifier for the object.
  - `object` 'customer', required — String representing the object's type. Objects of the same type share the same value.

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stripe/apis/stripe-api.md) · [All operations](https://skmtc.net/stripe/apis/stripe-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stripe/stripe-api/versions/707de00b0616/schema)
