---
title: "Hard-delete an estimate. Allowed only when the estimate is provably inert — a
EstimateStatus.Draft that has never been converted and has no line
that has performed/dispensed anything. Anything with committed side effects
(dispensed stock, DEA entries, a cut Rx) is refused with 409: the raw cascade
delete reverses none of that, so those lines must be voided first (which restores
stock, files the DEA correction, cancels the Rx). Mirrors the per-line delete guard
at Task&lt;ActionResult&gt; EstimatesController.DeleteItemAsync(string id, string lineId)."
method: DELETE
path: "/Estimates/{id}"
tags: ["Estimates"]
---

# Hard-delete an estimate. Allowed only when the estimate is provably inert — a
EstimateStatus.Draft that has never been converted and has no line
that has performed/dispensed anything. Anything with committed side effects
(dispensed stock, DEA entries, a cut Rx) is refused with 409: the raw cascade
delete reverses none of that, so those lines must be voided first (which restores
stock, files the DEA correction, cancels the Rx). Mirrors the per-line delete guard
at Task&lt;ActionResult&gt; EstimatesController.DeleteItemAsync(string id, string lineId).

`DELETE /Estimates/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/versions/a905bde4e796/schema)
