unsplit_transaction
Delete all child transactions and restore the original parent transaction using its split_parent_id. Use this to reverse a previous split.
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. |