---
title: "Delete a bill"
method: DELETE
path: "/bills/{id}"
tags: ["Bills"]
---

# Delete a bill

`DELETE /bills/{id}`

Delete a bill.

## Prerequisites

- Bill must not have any payments applied

## What happens

- Bill record is deleted
- Entity status reverts to `AWAITING_INVOICE`

## Path parameters

- `id` string, required

## Query parameters

- `by` 'id' | 'key'

## Response `204`

Bill deleted successfully

## Other responses

- `401` — Unauthorized - invalid or missing access token
- `404` — Resource not found
- `409` — Cannot delete - bill has payments

---

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