---
title: "DELETE /customers/{customerId}"
method: DELETE
path: "/customers/{customerId}"
tags: ["Customers"]
---

# DELETE /customers/{customerId}

`DELETE /customers/{customerId}`

Deletes a customer by ID.

## Path parameters

- `customerId` integer, required

## Response `204`

Customer deleted successfully

## Other responses

- `4XX` — Client Request Errors
- `5XX` — Server Errors

---

[API](https://skmtc.dev/fergus/apis/fergus-api.md) · [All operations](https://skmtc.dev/fergus/apis/fergus-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fergus/fergus-api/revisions/b4f232a22363/schema)
