---
title: "Delete invoice"
method: DELETE
path: "/v2/invoicing/invoices/{invoice_id}"
tags: ["invoices"]
---

# Delete invoice

`DELETE /v2/invoicing/invoices/{invoice_id}`

Deletes a draft or scheduled invoice, by ID. Deletes invoices in the draft or scheduled state only. For invoices that have already been sent, you can <a href="/docs/api/invoicing/v2/#invoices_cancel">cancel the invoice</a>. After you delete a draft or scheduled invoice, you can no longer use it or show its details. However, you can reuse its invoice number.

## Path parameters

- `invoice_id` string, required

## Response `204`

A successful request returns the HTTP `204 No Content` status code with no JSON response body.

## Other responses

- `400` — Invalid request.
- `403` — Authorization Error.
- `404` — Resource Not Found.
- `500` — An internal server error has occurred.
- `default` — The default response.

---

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