---
title: "Delete transaction"
method: DELETE
path: "/v1/invoices/{id}/transactions/{transactionId}"
tags: ["Invoices > Transactions"]
---

# Delete transaction

`DELETE /v1/invoices/{id}/transactions/{transactionId}`

Delete a scheduled transaction or wallet debit linked to an existing invoice.

## Path parameters

- `id` string, required
- `transactionId` string, required

## Response `200`

## Other responses

- `404` — Invoice not found

---

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