---
title: "Delete a customer"
method: DELETE
path: "/companies/{companyId}/customers/{customerId}"
tags: ["customers"]
---

# Delete a customer

`DELETE /companies/{companyId}/customers/{customerId}`

Delete an existing customer for the company.

NOTE: Currently only supports deleting customers that have been added through the API.

**Scope:** `customers:write`

## Response `204`

Customer deleted

---

[API](https://skmtc.net/bokio/apis/company-api.md) · [All operations](https://skmtc.net/bokio/apis/company-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bokio/company-api/revisions/1bb5d09ce15e/schema)
