Skip to main content

InvoiceRequestDelete Object

Requests deletion of an invoice.

Requires the 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

errors ● [InvoiceError!]!

invoice ● Invoice

Show deprecatedHide deprecated

invoiceErrors ● [InvoiceError!]!

DEPRECATED

Use errors field instead.

Returned By

invoiceRequestDelete mutation