---
title: "Delete invoice"
method: DELETE
path: "/v1/billValidation/deleteInvoice"
tags: ["Bill Validation"]
---

# Delete invoice

`DELETE /v1/billValidation/deleteInvoice`

Delete a specific invoice from the system.

## Query parameters

- `invoiceId` string, required

## Response `200`

Invoice deleted successfully

- object
  - `success` boolean
  - `message` string

## Other responses

- `4XX` — Client error response

---

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