Skip to main content

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
/users/{user_guid}/transactions/{transaction_guid}/split

Path Parameters

FieldRequiredType

transaction_guid

The unique id for a transaction.

Required
String

user_guid

The unique identifier for a user, beginning with the prefix USR-.

Required
String
Loading...