Skip to main content
Version: 3.x

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

DEPRECATED

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

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

InvoiceRequestDelete.invoice ● Invoice object

Returned by

invoiceRequestDelete mutation


Was this page helpful?