unsplit_transaction
Reverse a split transaction by deleting its child entries and restoring the original parent. Provide the parent transaction ID.
Instructions
Unsplit a previously split transaction by deleting its children and restoring the parent. Pass the parent (split_parent_id) — not a child — as the path id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transaction_id | Yes | ID of the previously split parent transaction. Use the split_parent_id of a split child to find it. |