---
title: "Delete a product from an invoice"
method: DELETE
path: "/v1/invoices/{invoice_id}/invoiceitems/{invoice_item_id}"
---

# Delete a product from an invoice

`DELETE /v1/invoices/{invoice_id}/invoiceitems/{invoice_item_id}`

Use this API to delete a product from an invoice.

Provide unique identifiers of the invoice as `invoice_id` and `invoice_item_id` of the product you want to delete from the invoice and this API will delete that from the invoice.

**Note**: Comments are either mandatory or optional based on your configuration. If the comments are optional, then pass "comments" as an empty string ("") in the body of the API.

## Path parameters

- `invoice_id` string, required
- `invoice_item_id` string, required

## Request body

- object
  - `comments` string — Comments from guest.

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `error` unknown

## Other responses

- `400` — 400

---

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