Skip to main content
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

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

transaction_guid
string
required

The unique id for a transaction.

user_guid
string
required

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

Response

204

No content