---
title: "Delete transactions"
method: DELETE
path: "/api/transactions"
tags: ["Transactions"]
---

# Delete transactions

`DELETE /api/transactions`

Please provide at least one of the following parameters: heron_ids, heron_id, request_id or end_user_id.

## Query parameters

- `heron_id` string, nullable
- `heron_ids` string[]
- `reference_ids` string[]
- `request_id` string, nullable
- `end_user_id` string, nullable
- `account_id` string, nullable
- `only_duplicates` boolean, nullable

## Response `202`

OK

- object
  - `message` string

---

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