---
title: "Delete a specific customer"
method: DELETE
path: "/api/customers/{customerId}"
tags: ["Customer"]
---

# Delete a specific customer

`DELETE /api/customers/{customerId}`

## Path parameters

- `customerId` string, required

## Response `200`

Success

## Other responses

- `204` — Customer did not exist

---

[API](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fulcrumpro/fulcrum-publicapi/versions/1b5649cff14a/schema)
