---
title: "Remove a label from a transaction"
method: DELETE
path: "/v1/transaction_label_associations"
tags: ["Transaction label"]
---

# Remove a label from a transaction

`DELETE /v1/transaction_label_associations`

Removes the association between a label and a transaction. This operates on the collection
path — identify the association by `cardda_transaction_id` + `transaction_label_id` passed as
query or body parameters (there is no id in the path).

## Query parameters

- `cardda_transaction_id` string, required
- `transaction_label_id` string, uuid, required

## Headers

- `company-id` string, uuid, required

## Response `200`

Association removed

- object
  - `id` string, uuid

## Other responses

- `401` — Unauthorized

---

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