---
title: "Delete a deal"
method: DELETE
path: "/deals/{id}"
tags: ["Deals"]
---

# Delete a deal

`DELETE /deals/{id}`

Permanently deletes a deal. Will fail if the deal has associated quotations, projects, or documents.

## Path parameters

- `id` string, required — Deal 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)
