DELETE 17.0/app/accounts/{transactionid}/deletetransaction

Description

Deletes a specified transaction after validation and handles any associated receipt undoing.

URI Parameters

Name Description Type Additional information
transactionId

The ID of the transaction to delete.

integer

Required

None.

None.

True if the transaction is successfully deleted; false otherwise.

boolean

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean>true</boolean>