---
title: "Delete Invoice"
method: DELETE
path: "/invoices/{invoice_id}"
tags: ["Invoices"]
---

# Delete Invoice

`DELETE /invoices/{invoice_id}`

Delete an invoice. Time records attached to the invoice are released and become billable again.

## Path parameters

- `invoice_id` number, required

## Response `204`

No Content

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/everhour/apis/everhour-api.md) · [All operations](https://skmtc.net/everhour/apis/everhour-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/everhour/everhour-api/versions/fc6136e33352/schema)
