v1
latestOpenAPI 3.1.02026-07-241910582.8 KBDelete Transaction Line Items
Deletes a transaction line item in Modern Treasury to represent unreconciliation between a Transaction and Expected Payment.
delete/transaction_line_items/{id}
Path parameters
idstring required
The ID of the transaction line item
Response
200
Example response
{
"id": "641e15b7-a326-44b1-9ed2-536cd327101b",
"object": "transaction_line_item",
"transaction_id": "30dd4826-732f-4fe5-ab15-fc903f85ffdd",
"amount": 100,
"description": "Payment from XYZ Co",
"expected_payment_id": "903e15b7-a176-44b1-9ed2-536cd327h7r7",
"reconcilable": true,
"created_at": "2022-11-01T20:50:56Z",
"updated_at": "2022-11-01T20:50:56Z",
"discarded_at": "2022-11-01T20:50:56Z"
}