---
title: "Delete a contact"
method: DELETE
path: "/contacts/{id}"
tags: ["Objects"]
---

# Delete a contact

`DELETE /contacts/{id}`

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

## Path parameters

- `id` string, required

## Response `200`

OK

- DeleteContactResult
  - `id` string, required — Contact person's ID (clt_ prefix)
  - `deleted` boolean, required — Whether the contact was deleted

## Other responses

- `400` — Validation error or bad request
- `401` — Missing or invalid API key
- `403` — Insufficient permission
- `404` — Resource not found
- `429` — Rate limit exceeded

---

[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/versions/27006cfef4d8/schema)
