---
title: "Delete transaction part"
method: DELETE
path: "/api/v1/transactions/{id}/part/{partId}"
tags: ["Data v1.Transaction", "ENTERPRISE"]
deprecated: true
---

# Delete transaction part

`DELETE /api/v1/transactions/{id}/part/{partId}`

> **Deprecated.**

(DEPRECATED) If the part is linked to another transaction, the bilateral link is removed as well (i.e. the counterpart will be removed too, if found).

## Path parameters

- `id` string, required
- `partId` string, required

## Response `200`

The transaction part was successfully deleted and returned.

- Data20v1TransactionDelete20transaction20part — unresolved $ref

## Other responses

- `400` — The transaction id was invalid.
- `404` — The transaction or the transaction part was not found.

---

[API](https://skmtc.net/tink/apis/tink-api.md) · [All operations](https://skmtc.net/tink/apis/tink-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tink/tink-api/revisions/23d8982b533d/schema)
