---
title: "Delete Invoice"
method: DELETE
path: "/invoice/{id}"
---

# Delete Invoice

`DELETE /invoice/{id}`

## Path parameters

- `id` string, required

## Response `200`

200

- object
  - `success` boolean
  - `meta` integer
  - `data` object[]
  - `error` object[]
  - `message` string

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `500` — 500
- `501` — 501
- `502` — 502
- `503` — 503

---

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