---
title: "Delete tax association"
method: DELETE
path: "/taxes/associations/{id}"
tags: ["Tax Associations"]
---

# Delete tax association

`DELETE /taxes/associations/{id}`

Use when removing a tax association (e.g. entity no longer subject to that rate).

## Path parameters

- `id` string, required

## Response `200`

OK

- TaxAssociationResponse
  - `auto_apply` boolean — Whether this tax should be automatically applied
  - `created_at` string, date-time
  - `created_by` string
  - `currency` string — Currency
  - `end_date` string, date-time — EndDate is the optional date until which this association is active
  - `entity_id` string — ID of the entity this tax rate applies to
  - `entity_type` 'customer' | 'subscription' | 'invoice' | 'tenant'
  - `environment_id` string — EnvironmentID is the ID of the environment this tax rate config belongs to
  - `id` string — ID of the ent.
  - `metadata` object — Metadata holds the value of the "metadata" field.
  - `priority` integer — Priority for tax resolution (lower number = higher priority)
  - `start_date` string, date-time — StartDate is the date from which this association is active
  - `status` 'published' | 'deleted' | 'archived'
  - `tax_behavior` 'inclusive' | 'exclusive'
  - `tax_rate` TaxRateResponse
    - `code` string
    - `created_at` string, date-time
    - `created_by` string
    - `description` string
    - `environment_id` string
    - `id` string
    - `metadata` object
    - `name` string
    - `percentage_value` string
    - `scope` 'INTERNAL' | 'EXTERNAL' | 'ONETIME'
    - `status` 'published' | 'deleted' | 'archived'
    - `tax_rate_status` 'ACTIVE' | 'INACTIVE'
    - `tax_rate_type` 'percentage'
    - `tenant_id` string
    - `updated_at` string, date-time
    - `updated_by` string
  - `tax_rate_id` string — Reference to the TaxRate entity
  - `tenant_id` string
  - `updated_at` string, date-time
  - `updated_by` string

## Other responses

- `400` — Invalid request
- `500` — Server error

## Changes

- **2026-09-01** `e1d4e27b5677` — 1 warning, 2 info
  - removed the optional property `tax_rate/fixed_value` from the response with the `200` status
  - added the optional property `tax_behavior` to the response with the `200` status
  - removed the `fixed` enum value from the `tax_rate/tax_rate_type` response property for the response status `200`
- **2026-07-15** `f8ecf435d25d` — 2 warning
  - added the new `not_implemented` enum value to the `code` response property for the response status `400`
  - added the new `not_implemented` enum value to the `code` response property for the response status `500`
- **2026-07-09** `7d57386313c7` — 6 breaking, 17 warning
  - the `entity_type` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - the `status` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - the `tax_rate/scope` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - the `tax_rate/status` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - …19 more
- …earlier changes not shown

[Full history](https://skmtc.dev/flexprice/apis/flexprice-api/changes/taxes/associations/:id/delete.md)

---

[API](https://skmtc.dev/flexprice/apis/flexprice-api.md) · [All operations](https://skmtc.dev/flexprice/apis/flexprice-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flexprice/flexprice-api/revisions/fd7112159d0a/schema)
