---
title: "Delete Transaction"
method: DELETE
path: "/v1/clients/{ClientID}/transactions/{TransactionID}"
tags: ["Transaction"]
---

# Delete Transaction

`DELETE /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 <<glossary:ACH>> Transaction.

## Path parameters

- `ClientID` string, required
- `TransactionID` string, required

## Query parameters

- `reversal` string
- `void` string

## Request body

- DeleteTransaction
  - `currency` string — [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) 3-Digit [Currency Code](https://developers.tabapay.com/reference/currency-numbers#/). *Optional. Default is `840`*
  - `amount` string — Partial Reversal Amount. See how to [properly format an amount](/reference/data#how-to-specify-an-amount-value). If `amount` is omitted, the reversal request will be for the original transaction amount. *Optional*

## Response `200`

A Request for a Reversal of the previous Transaction is successful.

- TransactionReversed
  - `SC` integer — [HTTP Status Code](https://developers.tabapay.com/reference/http-status-codes#/)
  - `EC` string — Internal Error Code. This is used to help TabaPay team members trace an error.
  - `status` string — [Status](https://developers.tabapay.com/reference/resource-status#/) of the reversal.
  - `reversal` object — Reversal *object*
    - `networkRC` string — 2-3 character [Network Response Code](/reference/iso-network-codes) of Void or first attempt for a reversal.
    - `networkRC2` string — `networkRC2` 2-3 character [Network Response Code](/reference/iso-network-codes) of Refund (after failed void) *Present if Dual-Message Network* *Conditionally present if the first reversal attempt fails (and the network supports a second attempt)*

## Other responses

- `207` — One or more Failures occurred while processing the Request.

---

[API](https://skmtc.dev/tabapay/apis/tabapay-apis.md) · [All operations](https://skmtc.dev/tabapay/apis/tabapay-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tabapay/tabapay-apis/revisions/154fa3d585cf/schema)
