---
title: "Delete bulk transactions"
method: DELETE
path: "/tracker/transaction/delete-bulk"
tags: ["Transactions"]
---

# Delete bulk transactions

`DELETE /tracker/transaction/delete-bulk`

Delete multiple transactions in a single request.

## Request body

- object
  - `transaction_data` object[], required — Array of transaction identifiers to delete.
    - `order_id` string, required — Order ID of the transaction to delete.
    - `shop` string — If provided, the transaction is only deleted if it matches this shop value.

## Response `200`

OK

- object
  - `deleted` integer

## Other responses

- `422` — Unprocessable Entity

---

[API](https://skmtc.dev/ecomail/apis/ecomail-api.md) · [All operations](https://skmtc.dev/ecomail/apis/ecomail-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ecomail/ecomail-api/revisions/31b5789931fe/schema)
