Skip to main content

InvoiceDelete

Deletes an invoice.

Requires MANAGE_ORDERSpermission.
type InvoiceDelete {
invoiceErrors: [InvoiceError!]! @deprecated
errors: [InvoiceError!]!
invoice: Invoice
}

Fields

InvoiceDelete.invoiceErrors ● [InvoiceError!]! deprecated non-null object orders

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

InvoiceDelete.errors ● [InvoiceError!]! non-null object orders

InvoiceDelete.invoice ● Invoice object orders

Returned By

invoiceDelete mutation