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 deprecated

Returned By

invoiceRequestDelete mutation