---
title: "Delete an invoice item"
method: DELETE
path: "/v1/invoiceitems/{invoiceitem}"
---

# Delete an invoice item

`DELETE /v1/invoiceitems/{invoiceitem}`

Deletes an invoice item, removing it from an invoice. Deleting invoice items is only possible when they’re not attached to invoices, or if it’s attached to a draft invoice.

## Path parameters

- `invoiceitem` string, required

## Response `200`

Successful response.

- DeletedInvoiceitem
  - `deleted` true, required — Always true for a deleted object
  - `id` string, required — Unique identifier for the object.
  - `object` 'invoiceitem', required — String representing the object's type. Objects of the same type share the same value.

## Other responses

- `default` — Error response.

---

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