---
title: "Delete sales invoice"
method: DELETE
path: "/sales-invoices/{salesInvoiceId}"
tags: ["Sales Invoices API"]
---

# Delete sales invoice

`DELETE /sales-invoices/{salesInvoiceId}`

Sales invoices which are in status `draft` can be deleted. For all other statuses, please use the [Update sales invoice](update-sales-invoice) endpoint instead.

> 🔑 Access with
>
> [API key](/reference/authentication)
>
> [Advanced access token with **sales-invoices.write**](/reference/authentication)
>
> [OAuth access with **sales-invoices.write**](/reference/authentication)

## Request body

- object
  - `testmode` boolean, nullable — Most API credentials are specifically created for either live mode or test mode, in which case this parameter must not be sent. For organization-level credentials such as OAuth access tokens, you can enable test mode by setting `testmode` to `true`. Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa.

## Response `204`

An empty response.

## Other responses

- `404` — No entity with this ID exists.
- `422` — The request contains issues. For example, if the status is not `draft`.
- `429` — Rate Limit has been reached.

---

[API](https://skmtc.net/mollie/apis/accepting-payments.md) · [All operations](https://skmtc.net/mollie/apis/accepting-payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mollie/accepting-payments/revisions/4b45df3039ef/schema)
