---
title: "Delete a tax rate"
method: DELETE
path: "/taxes/rates/{id}"
tags: ["Tax Rates"]
---

# Delete a tax rate

`DELETE /taxes/rates/{id}`

Use when retiring a tax rate (e.g. no longer applicable). Fails if still referenced by associations.

## Path parameters

- `id` string, required

## Response `204`

No Content

## Other responses

- `400` — Invalid request
- `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/revisions/562f13cf61dd/schema)
