---
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_rate` TaxRateResponse
    - `code` string
    - `created_at` string, date-time
    - `created_by` string
    - `description` string
    - `environment_id` string
    - `fixed_value` 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' | 'fixed'
    - `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-06-10** `2a40f94de722` — 2 info
  - added the optional property `end_date` to the response with the `200` status
  - added the optional property `start_date` to the response with the `200` status
- **2026-05-18** `8ec2edea6b20` — 4 warning
  - removed the optional property `details` from the response with the `400` status
  - removed the optional property `details` from the response with the `500` status
  - added the new `too_many_requests` enum value to the `code` response property for the response status `400`
  - added the new `too_many_requests` enum value to the `code` response property for the response status `500`
- **2026-04-06** `95af41a12111` — 4 warning, 8 info
  - removed the optional property `error` from the response with the `400` status
  - removed the optional property `error` from the response with the `500` status
  - removed the optional property `success` from the response with the `400` status
  - removed the optional property `success` from the response with the `500` status
  - …8 more

[Change 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/2a40f94de722/schema)
