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

# Delete a bill

`DELETE /bills/{bill_id}`

Delete a digital bill/receipt.

## Path parameters

- `bill_id` string, required

## Response `200`

Bill deleted successfully

- object — Empty object on success.

## Other responses

- `400` — Bad request. Invalid parameters or missing required fields.
- `401` — Authentication failed. Invalid or missing API key credentials.
- `404` — Resource not found.
- `429` — Rate limit exceeded. Implement exponential backoff with jitter before retrying.
- `500` — Internal server error.

---

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