> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/orders/llms.txt)
> Source: https://docs.saleor.io/api-reference/orders/mutations/invoice-delete

# invoiceDelete Mutation

Deletes an invoice.

Requires the MANAGE\_ORDERS permission.

```graphql
invoiceDelete(
  id: ID!
): InvoiceDelete
```

Details

```graphql
type InvoiceDelete {
  invoiceErrors: [InvoiceError!]! @deprecated
  errors: [InvoiceError!]!
  invoice: Invoice
}
```

<a id="arguments"></a>

### Arguments

<a id="id"></a>

#### [`id`](#id) ● [`ID!`](/api-reference/miscellaneous/scalars/id.md)

ID of an invoice to delete.

<a id="type"></a>

### Type

<a id="invoicedelete"></a>

#### [`InvoiceDelete`](/api-reference/orders/objects/invoice-delete.md)

Deletes an invoice.

Requires the MANAGE\_ORDERS permission.
