---
title: "Delete split transactions"
method: DELETE
path: "/transactions/{transaction_guid}/unsplit"
tags: ["transactions"]
---

# Delete split transactions

`DELETE /transactions/{transaction_guid}/unsplit`

This endpoint deletes all split transactions linked to a parent transaction, but it leaves the parent transaction active. This request will also update the parent transaction's `has_been_split` field to false. This endpoint accepts the optional `MX-Skip-Webhook` header.

## Path parameters

- `transaction_guid` string, required

## Response `204`

No content

---

[API](https://skmtc.net/mx/apis/consent-management-v4-api.md) · [All operations](https://skmtc.net/mx/apis/consent-management-v4-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mx/consent-management-v4-api/revisions/bf6bb86ee0c8/schema)
