Delete TransactionAsk AIdelete https://{FQDN}:{PORT}/v1/clients/{ClientID}/transactions/{TransactionID}Tries to request a reverse of a previous Pull Transaction. Note: Delete Transaction is NOT eligible to be used for an ACH Transaction.Path ParamsClientIDstringrequired22-character ClientID. Ask Support if you need to specify a SubClientID.TransactionIDstringrequired22-character Transaction IDQuery Paramsreversalstringlength between 0 and 0Use for reversing a transaction. (i.e. if Delete Transaction Request is after settlement of original pull transaction.) Required to use void or reversal on every pull transaction DELETE request (non RTP). Request to enable Multiple Reversals at Supportvoidstringlength between 0 and 0Use for voiding a transaction. (i.e. if Delete Transaction request is before settlement of original pull transaction.) Note: When reversing a transaction with status: AUTHOIRZED, you must use the ?void parameter. Required to use void or reversal on every pull transaction DELETE request (non RTP).Body ParamscurrencystringISO 4217 3-Digit Currency Code. Optional. Default is 840amountstringPartial Reversal Amount. See how to properly format an amount. If amount is omitted, the reversal request will be for the original transaction amount. OptionalResponses 200A Request for a Reversal of the previous Transaction is successful. 207One or more Failures occurred while processing the Request.Updated about 2 months ago