---
title: "Delete a client"
method: DELETE
path: "/clients/{id}"
tags: ["Clients"]
---

# Delete a client

`DELETE /clients/{id}`

Permanently deletes a client. Will fail if the client has associated deals, invoices, or quotations.

## Path parameters

- `id` string, required — Client public ID

## Request body

- object

## Response `200`

OK

- object
  - `success` boolean, required

---

[API](https://skmtc.net/heffl/apis/heffl-api-v2-beta.md) · [All operations](https://skmtc.net/heffl/apis/heffl-api-v2-beta/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/heffl/heffl-api-v2-beta/revisions/27006cfef4d8/schema)
