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

# Delete a Customer

`DELETE /customers/{customer_id}`

Permanently deletes a customer and all documents associated with this customer. It cannot be undone.

## Path parameters

- `customer_id` string, uuid, required

## Response `204`

Successfully deleted.

## Other responses

- `400` — You have provided incorrect data.
- `403` — You do not have permission to access this resource.
- `404` — The specified resource was not found.
- `429` — Too many requests. The request has been rate limited. For more information, visit our [documentation on rate limiting](https://docs.inscribe.ai/docs/are-the-endpoints-rate-limited).

---

[API](https://skmtc.dev/inscribe/apis/core-resources.md) · [All operations](https://skmtc.dev/inscribe/apis/core-resources/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/inscribe/core-resources/revisions/6489b36eb60f/schema)
