v1

latestOpenAPI 3.1.02026-07-241910582.8 KB

Delete 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

idstring
objectstring
{"stackTrail":"paths:/transaction_line_items/{id}:delete:responses:200:content:application/json:schema:properties:transactable_type","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/transaction_line_items/{id}:delete:responses:200:content:application/json:schema:properties:transactable_id","oasType":"schema","type":"unknown"}
transaction_idstring
amountinteger
descriptionstring
{"stackTrail":"paths:/transaction_line_items/{id}:delete:responses:200:content:application/json:schema:properties:counterparty_id","oasType":"schema","type":"unknown"}
expected_payment_idstring
reconcilableboolean
created_atstring
updated_atstring
discarded_atstring

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"
}