Delete split transactions
Transactions
Delete split transactions
DELETE
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.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The unique id for a transaction.
The unique identifier for a user, beginning with the prefix USR-.
Response
204
No content

