---
title: "Delete a customer"
method: DELETE
path: "/projects/{projectId}/customers/{customerId}"
tags: ["Customers"]
---

# Delete a customer

`DELETE /projects/{projectId}/customers/{customerId}`

## Path parameters

- `projectId` string, required
- `customerId` string, required

## Response `204`

Customer deleted successfully

## Other responses

- `400` — Bad Request
- `401` — Authentication failed
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal server error
- `503` — External service unavailable

---

[API](https://skmtc.net/corti/apis/admin-api.md) · [All operations](https://skmtc.net/corti/apis/admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/corti/admin-api/revisions/5d1895a1b3fc/schema)
