---
title: "Delete costsheet"
method: DELETE
path: "/costs/{id}"
tags: ["Costs"]
---

# Delete costsheet

`DELETE /costs/{id}`

Use when retiring a costsheet (e.g. end-of-life product). Soft-deletes; status set to deleted.

## Path parameters

- `id` string, required

## Response `200`

Costsheet deleted

- DeleteCostsheetResponse
  - `id` string
  - `message` string

## Other responses

- `400` — Invalid request
- `404` — Costsheet not found
- `500` — Server error

---

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