Nexus API
Delete split transactions
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.
DELETE
/transactions/{transaction_guid}/unsplit
Path Parameters
| Field | Required | Type |
|---|---|---|
transaction_guid The unique id for a | Required | String |
Loading...