---
title: "Delete a transaction label"
method: DELETE
path: "/v1/transaction_labels/{transaction_label_id}"
tags: ["Transaction label"]
---

# Delete a transaction label

`DELETE /v1/transaction_labels/{transaction_label_id}`

Deletes a transaction label. The caller must be a member of the label's company. Returns the
id of the deleted label.

## Path parameters

- `transaction_label_id` string, uuid, required

## Headers

- `company-id` string, uuid, required

## Response `200`

Label deleted

- object
  - `id` string, uuid

## Other responses

- `401` — Unauthorized
- `404` — Label not found

---

[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)
