---
title: "Delete price unit"
method: DELETE
path: "/prices/units/{id}"
tags: ["Price Units"]
---

# Delete price unit

`DELETE /prices/units/{id}`

Use when removing a price unit that is no longer needed. Fails if any price references this unit.

## Path parameters

- `id` string, required

## Response `200`

OK

- SuccessResponse
  - `message` string

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[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)
