Skip to main content

InvoiceRequestDelete

Requests deletion of an invoice.

Requires MANAGE_ORDERSpermission.

Triggers the following webhook events:

  • INVOICE_DELETED (async): An invoice was requested to delete.
type InvoiceRequestDelete {
invoiceErrors: [InvoiceError!]! @deprecated
errors: [InvoiceError!]!
invoice: Invoice
}

Fields

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

DEPRECATED

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

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

InvoiceRequestDelete.invoice ● Invoice object orders

Returned By

invoiceRequestDelete mutation