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

# Delete a customer

`DELETE /api/customers/{id}`

Permanently delete a customer. Fails if the customer has active subscriptions.

## Path parameters

- `id` string, required

## Response `200`

Customer deleted successfully

## Other responses

- `400` — Cannot delete - customer has active subscriptions
- `404` — Customer not found

---

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