---
title: "Delete tax rate"
method: DELETE
path: "/taxrates/{id}"
tags: ["Settings"]
---

# Delete tax rate

`DELETE /taxrates/{id}`

Deletes the tax rate object by Id. If successful the deleted tax rate object is returned

## Path parameters

- `id` string, uuid, required

## Response `200`

successful operation

- TaxRateJson
  - `id` string, uuid
  - `name` string
  - `description` string
  - `taxPercentage` number
  - `taxCode` string
  - `taxInclusive` boolean
  - `status` 'ACTIVE' | 'DISABLED' | 'EXPIRED', required
  - `inUse` boolean

---

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